puppeteer/website/versioned_docs/version-22.7.1/browsers-api/browsers.install.md
release-please[bot] feef2a300e
chore: release main (#12318)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-04-25 10:19:43 +00:00

47 lines
555 B
Markdown

---
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:**
Promise&lt;[InstalledBrowser](./browsers.installedbrowser.md)&gt;