chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / SetTouchEmulationEnabledRequest

SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest

Request object containing input parameters for the EmulationDomain.setTouchEmulationEnabled command.

Constructors

<init>

Request object containing input parameters for the EmulationDomain.setTouchEmulationEnabled command.

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

Properties

enabled

Whether the touch event emulation should be enabled.

val enabled: Boolean

maxTouchPoints

Maximum touch points supported. Defaults to one.

val maxTouchPoints: Int?