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

24 lines
593 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 {
2022-07-05 13:41:43 +00:00
launch(object: PuppeteerNodeLaunchOptions): Promise<Browser>;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ----------------------------------------------------------------------- | ----------- |
| object | [PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md) | |
**Returns:**
Promise&lt;[Browser](./puppeteer.browser.md)&gt;