mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
577 B
577 B
sidebar_label |
---|
PuppeteerNode.createBrowserFetcher |
PuppeteerNode.createBrowserFetcher() method
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:
A new BrowserFetcher instance.