connect() function

Signature

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

Parameters

Parameter Type Description
options [PuppeteerCore.ConnectOptions](./puppeteer.connectoptions.md)

Returns:

Promise<PuppeteerCore.Browser>