2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [BrowserFetcher](./puppeteer.browserfetcher.md) > [product](./puppeteer.browserfetcher.product.md)
|
|
|
|
|
|
|
|
## BrowserFetcher.product() method
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-06-24 08:33:19 +00:00
|
|
|
product(): Product;
|
2020-06-04 14:56:45 +00:00
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2020-07-02 11:15:39 +00:00
|
|
|
[Product](./puppeteer.product.md)
|
2020-06-24 08:33:19 +00:00
|
|
|
|
|
|
|
Returns the current `Product`<!-- -->.
|
2020-06-04 14:56:45 +00:00
|
|
|
|