Set Download Behavior Request
data class SetDownloadBehaviorRequest(behavior: String, browserContextId: BrowserContextID?, downloadPath: String?)
Content copied to clipboard
Represents request frame that can be used with Browser#setDownloadBehavior operation call.
Set the behavior when downloading a file.
See also
Constructors
SetDownloadBehaviorRequest
Link copied to clipboard
fun SetDownloadBehaviorRequest(behavior: String, browserContextId: BrowserContextID? = null, downloadPath: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard