Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 819 Bytes

puppeteer.protocol.browser.setdownloadbehaviorrequest.behavior.md

File metadata and controls

13 lines (8 loc) · 819 Bytes

Home > puppeteer > Protocol > Browser > SetDownloadBehaviorRequest > behavior

Protocol.Browser.SetDownloadBehaviorRequest.behavior property

Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny). |allowAndName| allows download and names files according to their dowmload guids. (SetDownloadBehaviorRequestBehavior enum)

Signature:

behavior: ('deny' | 'allow' | 'allowAndName' | 'default');