Back to Puppeteer

connect() function

website/versioned_docs/version-24.40.0/api/puppeteer.connect.md

19.2.2468 B
Original Source

connect() function

Signature

typescript
connect: (options: PuppeteerCore.ConnectOptions) =>
  Promise<PuppeteerCore.Browser>;

Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

options

</td><td>

PuppeteerCore.ConnectOptions

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

Returns:

Promise<PuppeteerCore.Browser>