[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConnectionTransport](./puppeteer.connectiontransport.md) > [send](./puppeteer.connectiontransport.send.md) ## ConnectionTransport.send() method Signature: ```typescript send(string: any): any; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | string | any | | Returns: any