Skip to main content
Version: 19.4.0

BrowserFetcherOptions interface

Signature:

export interface BrowserFetcherOptions

Properties

PropertyModifiersTypeDescriptionDefault
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

pathstringDetermines 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.