puppeteer/docs/api/puppeteer.browserfetcher.product.md

20 lines
284 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: BrowserFetcher.product
---
# BrowserFetcher.product() method
Returns the current `Product`, which is one of `chrome` or `firefox`.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class BrowserFetcher {
product(): Product;
}
```
**Returns:**
[Product](./puppeteer.product.md)