Swipe

data class Swipe(val direction: String, val durationMs: Long) : MaestroDriverActionType

Constructors

Link copied to clipboard
constructor(direction: String, durationMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: AgentActionType