Skip to content

compose_click

Click on a UI element. Identify the element using its element ID from the view hierarchy (e.g., ‘e5’), or by text content.

Source

  • Kind: class-backed
  • Class: xyz.block.trailblaze.compose.driver.tools.ComposeClickTool

Contract

  • Visible to LLM: yes (surface_to_llm: true)
  • Recordable: yes (is_recordable: true)
  • Host-only: no (requires_host: false)

Input schema

Optional parameters

  • elementIdString Element ID from the view hierarchy, e.g., ‘e5’. Preferred method.
  • testTagString Accessibility identifier of the element to click.
  • textString The text content of the element to click.
  • elementString Human-readable description of the element being clicked, for logging.

Output

Returns: string (opaque text content)

Typed result schemas (kind: query | action, MCP structuredContent) are not yet carried by the resolved manifest — this section will gain detail when that lands.