puppeteer/docs/api/puppeteer.puppeteerlaunchoptions.md
2023-03-28 18:02:00 +00:00

21 lines
873 B
Markdown

---
sidebar_label: PuppeteerLaunchOptions
---
# PuppeteerLaunchOptions interface
#### Signature:
```typescript
export interface PuppeteerLaunchOptions extends LaunchOptions, BrowserLaunchArgumentOptions, BrowserConnectOptions
```
**Extends:** [LaunchOptions](./puppeteer.launchoptions.md), [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md), [BrowserConnectOptions](./puppeteer.browserconnectoptions.md)
## Properties
| Property | Modifiers | Type | Description | Default |
| ----------------- | --------------------- | --------------------------------- | ----------- | ------- |
| extraPrefsFirefox | <code>optional</code> | Record&lt;string, unknown&gt; | | |
| product | <code>optional</code> | [Product](./puppeteer.product.md) | | |