Set Touch Emulation Enabled Request
data class SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String?)
Content copied to clipboard
Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.
Toggles mouse event-based touch event emulation.
See also
Constructors
SetTouchEmulationEnabledRequest
Link copied to clipboard
fun SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard