2022-10-21 13:09:21 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Configuration.defaultProduct
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration.defaultProduct property
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
Specifies which browser you'd like Puppeteer to use.
|
|
|
|
|
|
|
|
Can be overridden by `PUPPETEER_PRODUCT`.
|
|
|
|
|
|
|
|
#### Signature:
|
2022-10-21 13:09:21 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Configuration {
|
|
|
|
defaultProduct?: Product;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
`'chrome'`
|