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¶
elementId—StringElement ID from the view hierarchy, e.g., ‘e5’. Preferred method.testTag—StringAccessibility identifier of the element to click.text—StringThe text content of the element to click.element—StringHuman-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.