[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetRuleSelectorRequest](./puppeteer.protocol.css.setruleselectorrequest.md) ## Protocol.CSS.SetRuleSelectorRequest interface Signature: ```typescript export interface SetRuleSelectorRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [range](./puppeteer.protocol.css.setruleselectorrequest.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | | | [selector](./puppeteer.protocol.css.setruleselectorrequest.selector.md) | string | | | [styleSheetId](./puppeteer.protocol.css.setruleselectorrequest.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | |