pl.wendigo.chrome.api.emulation / SetTouchEmulationEnabledRequest

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest (source)

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

Enables touch on platforms which do not support them.

Link
Emulation#setTouchEmulationEnabled method documentation.

See Also

EmulationOperations.setTouchEmulationEnabled

Constructors

<init>

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

Represents request frame that can be used with Emulation#setTouchEmulationEnabled operation 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.