puppeteer/new-docs/puppeteer.protocol.css.rulematch.md
2020-07-13 14:01:35 +01:00

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.