<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetRuleSelectorResponse](./puppeteer.protocol.css.setruleselectorresponse.md) > [selectorList](./puppeteer.protocol.css.setruleselectorresponse.selectorlist.md) ## Protocol.CSS.SetRuleSelectorResponse.selectorList property The resulting selector list after modification. <b>Signature:</b> ```typescript selectorList: SelectorList; ```