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