chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / FileChooserOpenedEvent

FileChooserOpenedEvent

data class FileChooserOpenedEvent : PageEvent

Emitted only when page.interceptFileChooser is enabled.

Official doc

Constructors

<init>

Emitted only when page.interceptFileChooser is enabled.

FileChooserOpenedEvent(frameId: FrameId? = null, backendNodeId: BackendNodeId? = null, mode: String)

Properties

backendNodeId

Input node id.

val backendNodeId: BackendNodeId?

frameId

Id of the frame containing input node.

val frameId: FrameId?

mode

Input mode.

val mode: String