Uncheck page control
browser_uncheckUncheck a checkbox on an explicitly addressed page using semantic or CSS selectors, with timeout control and per-session isolation.
Instructions
Ensure a checkbox located semantically or by CSS is unchecked on one explicitly addressed page. The operation is idempotent, bounded by timeoutMs, and isolated to the supplied session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| pageId | Yes | ||
| locator | No | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| completed | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |