setTouchEmulationEnabled

suspend fun setTouchEmulationEnabled(args: Page.SetTouchEmulationEnabledParameter, mode: CommandMode = CommandMode.DEFAULT)

Deprecated

Toggles mouse event-based touch event emulation.


suspend fun setTouchEmulationEnabled(enabled: Boolean, configuration: String? = null)

Deprecated

Toggles mouse event-based touch event emulation.

Parameters

enabled

Whether the touch event emulation should be enabled.

configuration

Touch/gesture events configuration. Default: current platform.