browser_element_is_enabled
Check if a web element is enabled for interaction using locator strategies like ID, CSS, or XPath to verify element state during browser automation.
Instructions
Checks if an element is enabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |