pl.wendigo.chrome.api.page / SetTouchEmulationEnabledRequest

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest (source)

Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.

Toggles mouse event-based touch event emulation.

Link
Page#setTouchEmulationEnabled method documentation.

See Also

PageOperations.setTouchEmulationEnabled

Constructors

<init>

SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String? = null)

Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.

Properties

configuration

val configuration: String?

Touch/gesture events configuration. Default: current platform.

enabled

val enabled: Boolean

Whether the touch event emulation should be enabled.