Skip to main content
Version: 19.1.0

BrowserFetcherOptions interface

Signature:

export interface BrowserFetcherOptions

Properties

PropertyModifiersTypeDescription
host?string(Optional) Determines the host that will be used for downloading.
pathstringDetermines the path to download browsers to.
platform?Platform(Optional) Determines which platform the browser will be suited for.
product?'chrome' | 'firefox'(Optional) Determines which product the BrowserFetcher is for.
useMacOSARMBinary?boolean(Optional) Enables the use of the Chromium binary for macOS ARM.