Skip to main content
Version: 20.6.0

PuppeteerNode.connect() method

This method attaches Puppeteer to an existing browser instance.

Signature:

class PuppeteerNode {
connect(options: ConnectOptions): Promise<Browser>;
}

Parameters

ParameterTypeDescription
optionsConnectOptionsSet of configurable options to set on the browser.

Returns:

Promise<Browser>

Promise which resolves to browser instance.