Skip to main content
Version: 19.8.3

PuppeteerNode.createBrowserFetcher() method

Signature:

class PuppeteerNode {
createBrowserFetcher(
options?: Partial<BrowserFetcherOptions>
): BrowserFetcher;
}

Parameters

ParameterTypeDescription
optionsPartial<BrowserFetcherOptions>(Optional) Set of configurable options to specify the settings of the BrowserFetcher.

Returns:

BrowserFetcher

A new BrowserFetcher instance.

Remarks

If you are using puppeteer-core, do not use this method. Just construct BrowserFetcher manually.