14 lines
666 B
Markdown
14 lines
666 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [SetDownloadBehaviorRequest](./puppeteer.protocol.browser.setdownloadbehaviorrequest.md) > [downloadPath](./puppeteer.protocol.browser.setdownloadbehaviorrequest.downloadpath.md)
|
|
|
|
## Protocol.Browser.SetDownloadBehaviorRequest.downloadPath property
|
|
|
|
The default path to save downloaded files to. This is requred if behavior is set to 'allow' or 'allowAndName'.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
downloadPath?: string;
|
|
```
|