Skip to main content
Version: Next

InstallOptions interface

Signature:

export interface InstallOptions

Properties

PropertyModifiersTypeDescriptionDefault
baseUrloptionalstringDetermines the host that will be used for downloading.

Either

- https://storage.googleapis.com/chrome-for-testing-public or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central

browserBrowserDetermines which browser to install.
buildIdstringDetermines which buildId to download. BuildId should uniquely identify binaries and they are used for caching.
buildIdAliasoptionalstringAn alias for the provided buildId. It will be used to maintain local metadata to support aliases in the launch command.
cacheDirstringDetermines the path to download browsers to.
downloadProgressCallbackoptional(downloadedBytes: number, totalBytes: number) => voidProvides information about the progress of the download.
platformoptionalBrowserPlatformDetermines which platform the browser will be suited for.Auto-detected.
unpackoptionalbooleanWhether to unpack and install browser archives.true