Checkbox Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the status of the checkbox and save the results in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetStatus
NA
(Optional)
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the status of “Checkbox1” and store the value in {status1}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
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, Avo Assure Client will select “Checkbox1.” If an output variable is provided for execution, the status “True”/ “False” will be stored.
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, Avo Assure Client will unselect “Checkbox1.” If an output variable is provided for execution, the status “True”/ “False” will be stored.