mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
453 B
453 B
sidebar_label
| sidebar_label |
|---|
| ProductLauncher.launch |
ProductLauncher.launch() method
Signature:
interface ProductLauncher {launch(object: PuppeteerNodeLaunchOptions): Promise<Browser>;}
Parameters
| Parameter | Type | Description |
|---|---|---|
| object | PuppeteerNodeLaunchOptions |
Returns:
Promise<Browser>