is_enabled
Determine if a web element is enabled (not disabled) for user interaction. Supports CSS, XPath, ID, and other locator strategies with configurable timeouts.
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 |