puppeteer/docs/api/puppeteer.puppeteernode.createbrowserfetcher.md
Alex Rudenko 30c6b13eec
chore: re-export all exports (#9241)
Adds index files to subfolders and removes generation of types.ts in
puppeteer-core.
2022-11-10 17:11:18 +01:00

1012 B

sidebar_label
PuppeteerNode.createBrowserFetcher

PuppeteerNode.createBrowserFetcher() method

Signature:

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

Parameters

Parameter Type Description
options Partial<BrowserFetcherOptions> 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.