Back to Puppeteer

launch() function

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

19.2.2478 B
Original Source

launch() function

Signature

typescript
launch: (options?: PuppeteerCore.LaunchOptions) =>
  Promise<PuppeteerCore.Browser>;

Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

options

</td><td>

PuppeteerCore.LaunchOptions

</td><td>

(Optional)

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

Returns:

Promise<PuppeteerCore.Browser>