is_enabled
Check if a web element is enabled using CSS, XPath, or other locators, with an adjustable timeout.
Instructions
Check if an element is enabled (not disabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Locator strategy | css |
| timeout | No | Wait timeout in seconds | |
| selector | Yes | CSS selector, XPath, or other locator value |