is_element_displayed
Check if a UI element is visible on screen using its element ID from find_element, ensuring the element is not off-screen or hidden.
Instructions
Check whether a UI element is visible on screen (not off-screen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |