2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: launch
|
|
|
|
---
|
|
|
|
|
|
|
|
# launch() function
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function launch(opts: LaunchOptions): Process;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --------- | -------------------------------------------- | ----------- |
|
|
|
|
| opts | [LaunchOptions](./browsers.launchoptions.md) | |
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
2023-04-06 14:47:26 +00:00
|
|
|
[Process](./browsers.process.md)
|