FileChooserOpenedParameter

@Serializable
data class FileChooserOpenedParameter(val frameId: String, val mode: String, val backendNodeId: Int? = null)

Emitted only when page.interceptFileChooser is enabled.

Constructors

Link copied to clipboard
constructor(frameId: String, mode: String, backendNodeId: Int? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Input node id. Only present for file choosers opened via an <input type="file"> element.

Link copied to clipboard

Id of the frame containing input node.

Link copied to clipboard

Input mode.