[Home](./index.md) > [puppeteer](./puppeteer.md) > [ProductLauncher](./puppeteer.productlauncher.md) > [launch](./puppeteer.productlauncher.launch.md) ## ProductLauncher.launch() method Signature: ```typescript launch(object: PuppeteerNodeLaunchOptions): any; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | object | [PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md) | | Returns: any