Back to Puppeteer

launch() function

website/versioned_docs/version-24.40.0/browsers-api/browsers.launch.md

19.2.2480 B
Original Source

launch() function

Launches a browser process according to LaunchOptions.

Signature

typescript
export declare function launch(opts: LaunchOptions): Process;

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>

Returns:

Process