Back to Puppeteer

BrowserLauncher.launch() method

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

19.2.2458 B
Original Source

BrowserLauncher.launch() method

Signature

typescript
class BrowserLauncher {
  launch(options?: LaunchOptions): Promise<Browser>;
}

Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

options

</td><td>

LaunchOptions

</td><td>

(Optional)

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

Returns:

Promise<Browser>