Check Form Control
browser_checkCheck or uncheck a checkbox or radio control with a selector, enabling recording of DOM mutations and network events for debugging Playwright automations.
Instructions
Use when a checkbox or radio control must be checked or unchecked during a reproduction. Preconditions: an active page and precise selector are required. Next: continue the flow or inspect validation, DOM, and request changes. Sensitivity: changing a control can submit data, mutate remote state, or expose values in traces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checked | No | ||
| selector | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |