How-to
Uncheck checkbox (uncheck)
Uncheck checkbox (uncheck)
Clears the Target checkbox.
Step model
action_name | uncheck |
| Group | Input |
| Target | Required |
| Value | Unused |
| expected_value | Unused |
| TEST_ACCOUNT | Forbidden |
| Do not confuse with | check |
Target/Value facts match the source-of-truth catalog and Autotest step.
Prerequisites
- Target is a checkbox.
Steps
- Add an
uncheckstep. - Set Target.
- Save.
The step is stored on the autotest. Next - neighbouring steps or autotest run creation.
Examples
Clear Remember me
Fields in the UI:
| Field | Value |
|---|---|
action_name | uncheck |
| Target | kind LABEL, value Remember me |
Step JSON fragment (copy-paste):
json
{
"action_name": "uncheck",
"target": {
"kind": "LABEL",
"value": "Remember me"
}
}Common mistakes
- Do not confuse with click - the state after click depends on the current value.
Screenshots
Screenshots of the step form for uncheck will be added here in a later pass.
Did this page help?