Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 627 Bytes

puppeteer.puppeteer.product.md

File metadata and controls

18 lines (10 loc) · 627 Bytes

Home > puppeteer > Puppeteer > product

Puppeteer.product property

The name of the browser that is under automation ("chrome" or "firefox")

Signature:

get product(): string;

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.