pl.wendigo.chrome.api.input / SetIgnoreInputEventsRequest

SetIgnoreInputEventsRequest

data class SetIgnoreInputEventsRequest (source)

Represents request frame that can be used with Input#setIgnoreInputEvents operation call.

Ignores input events (useful while auditing page).

Link
Input#setIgnoreInputEvents method documentation.

See Also

InputOperations.setIgnoreInputEvents

Constructors

<init>

SetIgnoreInputEventsRequest(ignore: Boolean)

Represents request frame that can be used with Input#setIgnoreInputEvents operation call.

Properties

ignore

val ignore: Boolean

Ignores input events processing when set to true.