is_element_enabled
Check if a UI element is enabled and interactable using its element ID, ensuring safe interaction with the UI.
Instructions
Check whether a UI element is enabled and interactable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |