docs: improve docs (#9988)

This commit is contained in:
Alex Rudenko
2023-04-06 14:50:22 +02:00
committed by GitHub
parent 19852497a2
commit 7d1734a5fa
19 changed files with 239 additions and 15 deletions

View File

@@ -0,0 +1,21 @@
---
sidebar_label: Process.(constructor)
---
# Process.(constructor)
Constructs a new instance of the `Process` class
#### Signature:
```typescript
class Process {
constructor(opts: LaunchOptions);
}
```
## Parameters
| Parameter | Type | Description |
| --------- | -------------------------------------------- | ----------- |
| opts | [LaunchOptions](./browsers.launchoptions.md) | |