puppeteer/docs/api/puppeteer.puppeteernode.createbrowserfetcher.md

986 B

sidebar_label
PuppeteerNode.createBrowserFetcher

PuppeteerNode.createBrowserFetcher() method

Warning: This API is now obsolete.

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

Signature:

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

Parameters

Parameter Type Description
options BrowserFetcherOptions Set of configurable options to specify the settings of the BrowserFetcher.

Returns:

BrowserFetcher

A new BrowserFetcher instance.