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

24 lines
596 B
Markdown
Raw Normal View History

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