Back to Puppeteer

Process.(constructor)

website/versioned_docs/version-24.40.0/browsers-api/browsers.process._constructor_.md

19.2.2391 B
Original Source

Process.(constructor)

Constructs a new instance of the Process class

Signature

typescript
class Process {
  constructor(opts: LaunchOptions);
}

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

opts

</td><td>

LaunchOptions

</td><td> </td></tr> </tbody></table>