24 lines
472 B
Markdown
24 lines
472 B
Markdown
|
---
|
||
|
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:**
|
||
|
|
||
|
Promise<InstalledBrowser>
|