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