[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' Signature: ```typescript downloadPath?: string; ```