SwipeTrailblazeTool

@Serializable
class SwipeTrailblazeTool(val direction: String, val swipeOnElementText: String? = null) : MapsToMaestroCommands

Constructors

Link copied to clipboard
constructor(direction: String, swipeOnElementText: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun execute(toolExecutionContext: TrailblazeToolExecutionContext): TrailblazeToolResult
Link copied to clipboard
fun TrailblazeTool.getToolNameFromAnnotation(): String
Link copied to clipboard
open override fun toMaestroCommands(): List<Command>