Unselect Checkbox
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the Captured Checkbox Element, instructs the Avo Assure to uncheck a selected checkbox and save the result in the dynamic variable.
Note: Make sure that the checkbox should already selected.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The dynamic variable holds the status as True or False.
Example
Unselects the specified checkbox element.
The Unselect Checkbox action does not take any value in the Input Value column. It performs the unselection action on the targeted checkbox. The result of the action is stored in the {Unselect} variable, with the following possible values:
True – If the checkbox is unselected successfully.
False – If the checkbox unselection fails.