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

24 lines
506 B
Markdown
Raw Normal View History

---
sidebar_label: install
---
# install() function
#### Signature:
```typescript
export declare function install(
options: InstallOptions
): Promise<InstalledBrowser>;
```
## Parameters
| Parameter | Type | Description |
| --------- | ---------------------------------------------- | ----------- |
| options | [InstallOptions](./browsers.installoptions.md) | |
**Returns:**
2023-04-06 12:50:22 +00:00
Promise&lt;[InstalledBrowser](./browsers.installedbrowser.md)&gt;