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