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