2022-10-21 13:09:21 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Configuration.downloadPath
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration.downloadPath property
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
Specifies the path for the downloads folder.
|
|
|
|
|
|
|
|
Can be overridden by `PUPPETEER_DOWNLOAD_PATH`.
|
|
|
|
|
|
|
|
#### Signature:
|
2022-10-21 13:09:21 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Configuration {
|
|
|
|
downloadPath?: string;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
`<cache>/<product>` where `<cache>` is Puppeteer's cache directory and `<product>` is the name of the browser.
|