is_element_visible
Check whether an Android UI element is visible on screen by searching for its text or resource-id. Returns visibility status to assist with UI testing.
Instructions
Check if an element with specific text or resource-id is visible on screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to search for | |
| resourceId | No | Resource ID to search for |