pl.wendigo.chrome.domain.emulation / SetTouchEmulationEnabledRequest

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest (source)

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

Enables touch on platforms which do not support them.

Constructors

<init>

SetTouchEmulationEnabledRequest(enabled: Boolean, maxTouchPoints: Int? = null)

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

Properties

enabled

val enabled: Boolean

Whether the touch event emulation should be enabled.

maxTouchPoints

val maxTouchPoints: Int?

Maximum touch points supported. Defaults to one.