setIgnoreInputEvents

suspend fun setIgnoreInputEvents(args: Input.SetIgnoreInputEventsParameter, mode: CommandMode = CommandMode.DEFAULT)

Ignores input events (useful while auditing page).


suspend fun setIgnoreInputEvents(ignore: Boolean)

Ignores input events (useful while auditing page).

Parameters

ignore

Ignores input events processing when set to true.