mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
632 B
632 B
Home > puppeteer > Protocol > Page > SetDownloadBehaviorRequest > downloadPath
Protocol.Page.SetDownloadBehaviorRequest.downloadPath property
The default path to save downloaded files to. This is requred if behavior is set to 'allow'
Signature:
downloadPath?: string;