set_checked
Set a checkbox or radio button to checked or unchecked state in a browser tab using a CSS selector.
Instructions
Check or uncheck a checkbox/radio. Active tab unless browserId given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the checkbox/radio. | |
| checked | Yes | true to check, false to uncheck. | |
| browserId | No | Target tab. Defaults to active. |