mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.2 KiB
2.2 KiB
sidebar_label |
---|
BrowserFetcherOptions |
BrowserFetcherOptions interface
Signature:
export interface BrowserFetcherOptions
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
host | optional |
string | Determines the host that will be used for downloading. | Either - https://storage.googleapis.com or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central |
path | string | Determines the path to download browsers to. | ||
platform | optional |
Platform | Determines which platform the browser will be suited for. | Auto-detected. |
product | optional |
'chrome' | 'firefox' | Determines which product the BrowserFetcher is for. | chrome |
useMacOSARMBinary | optional |
boolean | Enables the use of the Chromium binary for macOS ARM. |