30c6b13eec
Adds index files to subfolders and removes generation of types.ts in puppeteer-core.
1012 B
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:
A new BrowserFetcher instance.
Remarks
If you are using puppeteer-core
, do not use this method. Just construct BrowserFetcher manually.