puppeteer/docs/api/puppeteer.launchoptions.product.md

13 lines
196 B
Markdown
Raw Normal View History

---
sidebar_label: LaunchOptions.product
---
# LaunchOptions.product property
Which browser to launch.
**Signature:**
```typescript
interface LaunchOptions {product?: Product;}
```