2020-06-04 14:56:45 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2020-10-13 15:19:26 +00:00
[Home ](./index.md ) > [puppeteer ](./puppeteer.md ) > [PuppeteerNode ](./puppeteer.puppeteernode.md ) > [product ](./puppeteer.puppeteernode.product.md )
2020-06-04 14:56:45 +00:00
2020-10-13 15:19:26 +00:00
## PuppeteerNode.product property
2020-06-04 14:56:45 +00:00
2020-07-09 13:49:27 +00:00
The name of the browser that is under automation (`"chrome"` or `"firefox"` <!-- --> )
2020-06-04 14:56:45 +00:00
< b > Signature:< / b >
```typescript
get product(): string;
```
2020-06-24 14:21:46 +00:00
## Remarks
The product is set by the `PUPPETEER_PRODUCT` environment variable or the `product` option in `puppeteer.launch([options])` and defaults to `chrome` <!-- --> . Firefox support is experimental.