Compose click
Tool compose_click¶
Description¶
Click on a UI element. Identify the element using its element ID from the view hierarchy (e.g., ‘e5’), or by text content.
Command Class¶
xyz.block.trailblaze.compose.driver.tools.ComposeClickTool
Registered ComposeClickTool in ToolRegistry¶
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.
NOTE: THIS IS GENERATED DOCUMENTATION