puppeteer/website/versioned_docs/version-20.8.2/api/puppeteer.productlauncher.launch.md

24 lines
598 B
Markdown
Raw Normal View History

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