Compose verify element visible
Tool compose_verify_element_visible¶
Description¶
Verify that a UI element is visible. Identify the element using its element ID from the view hierarchy. This is a test assertion — it will fail if the element is not found.
Command Class¶
xyz.block.trailblaze.compose.driver.tools.ComposeVerifyElementVisibleTool
Registered ComposeVerifyElementVisibleTool in ToolRegistry¶
Optional Parameters¶
testTag:StringAccessibility identifier of the element to verify.elementId:StringElement ID from the view hierarchy, e.g., ‘e5’.element:StringHuman-readable description of the element being verified, for logging.
NOTE: THIS IS GENERATED DOCUMENTATION