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

24 lines
592 B
Markdown
Raw Normal View History

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