pl.wendigo.chrome.domain.input / SetIgnoreInputEventsRequest

SetIgnoreInputEventsRequest

data class SetIgnoreInputEventsRequest (source)

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

Ignores input events (useful while auditing page).

Constructors

<init>

SetIgnoreInputEventsRequest(ignore: Boolean)

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

Properties

ignore

val ignore: Boolean

Ignores input events processing when set to true.