[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [RuleMatch](./puppeteer.protocol.css.rulematch.md) ## Protocol.CSS.RuleMatch interface Match data for a CSS rule. Signature: ```typescript export interface RuleMatch ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [matchingSelectors](./puppeteer.protocol.css.rulematch.matchingselectors.md) | [integer](./puppeteer.protocol.integer.md)\[\] | Matching selector indices in the rule's selectorList selectors (0-based). | | [rule](./puppeteer.protocol.css.rulematch.rule.md) | [CSSRule](./puppeteer.protocol.css.cssrule.md) | CSS rule in the match. |