mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
506 B
506 B
sidebar_label |
---|
install |
install() function
Signature:
export declare function install(
options: InstallOptions
): Promise<InstalledBrowser>;
Parameters
Parameter | Type | Description |
---|---|---|
options | InstallOptions |
Returns:
Promise<InstalledBrowser>