browser_unselect_checkbox
Unselect a checkbox on a web page using a locator strategy (id, css, xpath, name, tag, class, link, or partialLink) and corresponding value, with an optional timeout for element visibility.
Instructions
Unselect a checkbox
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 |