14 lines
190 B
Markdown
14 lines
190 B
Markdown
|
---
|
||
|
sidebar_label: PuppeteerLaunchOptions.product
|
||
|
---
|
||
|
|
||
|
# PuppeteerLaunchOptions.product property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface PuppeteerLaunchOptions {
|
||
|
product?: Product;
|
||
|
}
|
||
|
```
|