Skip to main content
Version: Next

install() function

Signature:

export declare function install(
options: InstallOptions
): Promise<InstalledBrowser>;

Parameters

ParameterTypeDescription
optionsInstallOptions

Returns:

Promise<InstalledBrowser>