Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2.1 KiB
sidebar_label |
---|
InstallOptions |
InstallOptions interface
Signature:
export interface InstallOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
baseUrl |
|
string |
Determines the host that will be used for downloading. |
Either |
browser |
Determines which browser to install. | |||
buildId |
string |
Determines which buildId to download. BuildId should uniquely identify binaries and they are used for caching. | ||
buildIdAlias |
|
string |
An alias for the provided | |
cacheDir |
string |
Determines the path to download browsers to. | ||
downloadProgressCallback |
|
(downloadedBytes: number, totalBytes: number) => void |
Provides information about the progress of the download. | |
platform |
|
Determines which platform the browser will be suited for. |
Auto-detected. | |
unpack |
|
boolean |
Whether to unpack and install browser archives. |
|