is_enabled
Check if a web element is enabled for interaction, using CSS, XPath, or other locators, with an optional wait to handle dynamic states
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 |