Skip to main content
Version: 21.5.2

install() function

Signature:

export declare function install(
options: InstallOptions & {
unpack?: true;
}
): Promise<InstalledBrowser>;

Parameters

ParameterTypeDescription
optionsInstallOptions & { unpack?: true; }

Returns:

Promise<InstalledBrowser>