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
|
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
<table><thead><tr><th>
|
|
|
|
|
|
|
|
Parameter
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
|
|
|
opts
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
[LaunchOptions](./browsers.launchoptions.md)
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|