mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
315 B
315 B
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'