pl.wendigo.chrome.domain.page / SetTouchEmulationEnabledRequest

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest (source)

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

Toggles mouse event-based touch event emulation.

Constructors

<init>

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

Represents request frame that can be used with Page.setTouchEmulationEnabled method 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.