browser_element_is_selected
Check if a web element is currently selected using a locator strategy. Returns true if selected, false otherwise. Helps verify state of checkboxes, radio buttons, or option elements during browser automation.
Instructions
Checks if an element is selected
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 |