puppeteer/website/versioned_docs/version-18.0.5/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';
```