is_element_visible
Check if an element matching a text or resource ID is currently visible on screen to confirm UI state during mobile app testing.
Instructions
Check if an element with the given text or resource ID is currently visible on screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text or content-desc; regex full-match — use .* for partial, e.g. 'Sign.*' | |
| device_id | No | Target device ID. If omitted, uses the default device. | |
| resource_id | No | Bare resource-id, e.g. login_button; regex full-match |