[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetStyleSheetTextRequest](./puppeteer.protocol.css.setstylesheettextrequest.md) ## Protocol.CSS.SetStyleSheetTextRequest interface Signature: ```typescript export interface SetStyleSheetTextRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [styleSheetId](./puppeteer.protocol.css.setstylesheettextrequest.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | | | [text](./puppeteer.protocol.css.setstylesheettextrequest.text.md) | string | |