Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.CSS.RuleMatch
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { RuleMatch } = Protocol.CSS;

Match data for a CSS rule.

Properties

rule: CSSRule

CSS rule in the match.

matchingSelectors: integer[]

Matching selector indices in the rule's selectorList selectors (0-based).