browser_select_checkbox
Selects checkboxes on web pages using locator strategies like ID, CSS, or XPath for automated browser testing and interaction.
Instructions
Select a checkbox
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |