SetInterceptFileChooserDialogRequest

@Serializable
data class SetInterceptFileChooserDialogRequest(val enabled: Boolean, val cancel: Boolean? = null)

Request object containing input parameters for the PageDomain.setInterceptFileChooserDialog command.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, cancel: Boolean? = null)

Types

Link copied to clipboard
class Builder(val enabled: Boolean)

A builder for SetInterceptFileChooserDialogRequest, which allows setting the optional parameters of the PageDomain.setInterceptFileChooserDialog command via a lambda.

Properties

Link copied to clipboard

If true, cancels the dialog by emitting relevant events (if any) in addition to not showing it if the interception is enabled (default: false).

Link copied to clipboard

(undocumented in the protocol definition)