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

47 lines
546 B
Markdown
Raw Normal View History

---
sidebar_label: ProductLauncher.launch
---
# ProductLauncher.launch() method
#### Signature:
```typescript
class ProductLauncher {
launch(options?: PuppeteerNodeLaunchOptions): Promise<Browser>;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md)
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
Promise&lt;[Browser](./puppeteer.browser.md)&gt;