2023-04-06 12:23:10 +00:00
|
|
|
---
|
2023-04-06 14:47:26 +00:00
|
|
|
sidebar_label: Process.(constructor)
|
2023-04-06 12:23:10 +00:00
|
|
|
---
|
|
|
|
|
2023-04-06 14:47:26 +00:00
|
|
|
# Process.(constructor)
|
|
|
|
|
|
|
|
Constructs a new instance of the `Process` class
|
2023-04-06 12:23:10 +00:00
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
2023-04-06 14:47:26 +00:00
|
|
|
class Process {
|
|
|
|
constructor(opts: LaunchOptions);
|
|
|
|
}
|
2023-04-06 12:23:10 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --------- | -------------------------------------------- | ----------- |
|
|
|
|
| opts | [LaunchOptions](./browsers.launchoptions.md) | |
|