puppeteer/docs/browsers-api/browsers.install.md

47 lines
555 B
Markdown
Raw Normal View History

---
sidebar_label: install
---
# install() function
#### Signature:
```typescript
export declare function install(
options: InstallOptions & {
unpack?: true;
}
): Promise<InstalledBrowser>;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[InstallOptions](./browsers.installoptions.md) &amp; &#123; unpack?: true; &#125;
</td><td>
</td></tr>
</tbody></table>
**Returns:**
2023-04-06 12:50:22 +00:00
Promise&lt;[InstalledBrowser](./browsers.installedbrowser.md)&gt;