SetDownloadBehaviorParameter

@Serializable
data class SetDownloadBehaviorParameter(val behavior: String, val downloadPath: String? = null)

Constructors

Link copied to clipboard
constructor(behavior: String, downloadPath: String? = null)

Properties

Link copied to clipboard

Whether to allow all or deny all download requests, or use default Chrome behavior if available (otherwise deny).

Link copied to clipboard
val downloadPath: String? = null

The default path to save downloaded files to. This is required if behavior is set to 'allow'