[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetRuleSelectorResponse](./puppeteer.protocol.css.setruleselectorresponse.md) ## Protocol.CSS.SetRuleSelectorResponse interface Signature: ```typescript export interface SetRuleSelectorResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [selectorList](./puppeteer.protocol.css.setruleselectorresponse.selectorlist.md) | [SelectorList](./puppeteer.protocol.css.selectorlist.md) | The resulting selector list after modification. |