puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.launchoptions.product.md

16 lines
189 B
Markdown
Raw Normal View History

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