browser_select_checkbox
Select a checkbox on a web page using locator strategies (id, css, xpath, name, tag, class, link, partialLink) and a value. Optionally specify a timeout to wait for the element.
Instructions
Select 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 |