17 lines
294 B
Markdown
17 lines
294 B
Markdown
---
|
|
sidebar_label: BrowserFetcher.product
|
|
---
|
|
# BrowserFetcher.product() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class BrowserFetcher {product(): Product;}
|
|
```
|
|
**Returns:**
|
|
|
|
[Product](./puppeteer.product.md)
|
|
|
|
Returns the current `Product`, which is one of `chrome` or `firefox`.
|
|
|