check
Select checkboxes or radio buttons in Electron apps using CSS selectors. Automatically verifies if already checked to avoid duplicate actions.
Instructions
Check a checkbox or radio button matching a selector. No-op if already checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeoutMs | No | Default 5000. | |
| force | No | Skip actionability checks. |