Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 315 Bytes

puppeteer.configuration.defaultproduct.md

File metadata and controls

21 lines (14 loc) · 315 Bytes
sidebar_label
Configuration.defaultProduct

Configuration.defaultProduct property

Specifies which browser you'd like Puppeteer to use.

Can be overridden by PUPPETEER_PRODUCT.

Signature:

interface Configuration {
  defaultProduct?: Product;
}

Default value:

'chrome'