puppeteer/docs/api/puppeteer.product.md

13 lines
166 B
Markdown
Raw Normal View History

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