Back to Puppeteer

ConnectionTransport.send() method

docs/api/puppeteer.connectiontransport.send.md

19.2.2349 B
Original Source

ConnectionTransport.send() method

Signature

typescript
interface ConnectionTransport {
  send(message: string): void;
}

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

message

</td><td>

string

</td><td> </td></tr> </tbody></table>

Returns:

void