mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
841 B
841 B
Home > puppeteer > Protocol > CSS > RuleMatch
Protocol.CSS.RuleMatch interface
Match data for a CSS rule.
Signature:
export interface RuleMatch
Properties
Property | Type | Description |
---|---|---|
matchingSelectors | integer[] | Matching selector indices in the rule's selectorList selectors (0-based). |
rule | CSSRule | CSS rule in the match. |