Skip to content

Tap

Tool tap

Description

Tap an element by its ref ID from the snapshot. Use the short hash ref shown in square brackets (e.g., y778 from [y778] “Network & internet”). These refs are stable across captures of the same screen.

Command Class

xyz.block.trailblaze.toolcalls.commands.TapTrailblazeTool

Registered TapTrailblazeTool in ToolRegistry

Required Parameters

  • ref: String The element ref from the snapshot (e.g., ‘y778’)

Optional Parameters

  • longPress: Boolean Set to true for a long press instead of a tap.
  • reasoning: String

NOTE: THIS IS GENERATED DOCUMENTATION