class PuppeteerNode {createBrowserFetcher(options: BrowserFetcherOptions): BrowserFetcher;}
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | [BrowserFetcherOptions](./puppeteer.browserfetcheroptions.md) | Set of configurable options to specify the settings of the BrowserFetcher. |