puppeteer/docs/api/puppeteer.productlauncher.launch.md

24 lines
598 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ProductLauncher.launch
---
# ProductLauncher.launch() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class ProductLauncher {
launch(options?: PuppeteerNodeLaunchOptions): Promise<Browser>;
2022-07-05 13:41:43 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------------------- | ------------ |
| options | [PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md) | _(Optional)_ |
2022-07-05 13:41:43 +00:00
**Returns:**
Promise&lt;[Browser](./puppeteer.browser.md)&gt;