puppeteer/new-docs/puppeteer.protocol.page.setdownloadbehaviorrequest.downloadpath.md
2020-07-13 14:01:35 +01:00

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;