[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [InsertTextRequest](./puppeteer.protocol.input.inserttextrequest.md) ## Protocol.Input.InsertTextRequest interface Signature: ```typescript export interface InsertTextRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [text](./puppeteer.protocol.input.inserttextrequest.text.md) | string | The text to insert. |