browser_element_is_enabled
Verify if a web element is enabled using locator strategy and optional timeout, ensuring reliable interaction before automation actions.
Instructions
Checks if an element is enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds |