[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SelectorList](./puppeteer.protocol.css.selectorlist.md) ## Protocol.CSS.SelectorList interface Selector list data. Signature: ```typescript export interface SelectorList ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [selectors](./puppeteer.protocol.css.selectorlist.selectors.md) | [Value](./puppeteer.protocol.css.value.md)\[\] | Selectors in the list. | | [text](./puppeteer.protocol.css.selectorlist.text.md) | string | Rule selector text. |