Skip to main content
Go to Latest
interface Protocol.CSS.InheritedPseudoElementMatches
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { InheritedPseudoElementMatches } = Protocol.CSS;

Inherited pseudo element matches from pseudos of an ancestor node.

Properties

pseudoElements: PseudoElementMatches[]

Matches of pseudo styles from the pseudos of an ancestor node.