Skip to content

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: String Accessibility identifier of the element to verify.
  • elementId: String Element ID from the view hierarchy, e.g., ‘e5’.
  • element: String Human-readable description of the element being verified, for logging.

NOTE: THIS IS GENERATED DOCUMENTATION