[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [RuleMatch](./puppeteer.protocol.css.rulematch.md) > [matchingSelectors](./puppeteer.protocol.css.rulematch.matchingselectors.md) ## Protocol.CSS.RuleMatch.matchingSelectors property Matching selector indices in the rule's selectorList selectors (0-based). Signature: ```typescript matchingSelectors: integer[]; ```