mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
671fa546f1
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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>