Checkbox
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to select the checkbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SelectCheckbox | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will select the checkbox, and the execution status “True”/ “False” will be stored in variable {SelectCheckbox}.
Description: This keyword or action instructs Avo Assure Client to unselect the checkbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
UnSelectCheckbox | NA | (Optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will unselect the checkbox, and the execution status “True”/ “False” will be stored in variable {Unselect}.
Description: This keyword or action instructs Avo Assure Client to fetch the status of the checkbox and save the result in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
GetStatus | NA | {Variable};{Status} | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will fetch the checkbox status and store it in variable {Getstatus}, and the execution status “True”/ “False” will be stored in variable {GS}.