install() function
Signature:
export declare function install(
options: InstallOptions
): Promise<InstalledBrowser>;
Parameters
Parameter | Type | Description |
---|---|---|
options | InstallOptions |
Returns:
Promise<InstalledBrowser>
export declare function install(
options: InstallOptions
): Promise<InstalledBrowser>;
Parameter | Type | Description |
---|---|---|
options | InstallOptions |
Returns:
Promise<InstalledBrowser>