is_enabled
Determines whether a web element is currently enabled or disabled, using CSS, XPath, or other locator to find it. Returns true if enabled, false if disabled.
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 |