data class SetDownloadBehaviorRequestRequest object containing input parameters for the PageDomain.setDownloadBehavior command.
<init> |
Request object containing input parameters for the PageDomain.setDownloadBehavior command. SetDownloadBehaviorRequest(behavior: String, downloadPath: String? = null) |
behavior |
Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny). val behavior: String |
downloadPath |
The default path to save downloaded files to. This is requred if behavior is set to 'allow' val downloadPath: String? |