Checkbox
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to get the status of the checkbox and save the result in the output variable.
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 {Status}.
Description: This keyword or action instructs Avo Assure Client to select the checkbox.
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.
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}.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
selectCheckbox
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
unselectCheckbox
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
getStatus
NA
{Variable}; {Status}
NA