puppeteer/website/versioned_docs/version-19.6.3/api/puppeteer.browserfetcheroptions.md
release-please[bot] 1dd7bbe04f
chore: release main (#9606)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-01 14:49:00 +00:00

2.7 KiB

sidebar_label
BrowserFetcherOptions

BrowserFetcherOptions interface

Signature:

export interface BrowserFetcherOptions

Properties

Property Modifiers Type Description Default
host? string (Optional) 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? Platform (Optional) Determines which platform the browser will be suited for. Auto-detected.
product? 'chrome' | 'firefox' (Optional) Determines which product the BrowserFetcher is for. "chrome".
useMacOSARMBinary? boolean (Optional) Enables the use of the Chromium binary for macOS ARM.