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

14 lines
155 B
Markdown
Raw Normal View History

---
sidebar_label: Product
---
# Product type
Supported products.
**Signature:**
```typescript
export declare type Product = 'chrome' | 'firefox';
```