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.
Note: GetStatus stores the value of the status fetched from the checkbox. The variable contains the status “Checked/Unchecked”.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will fetch the checkbox status and store it in variable {GetStatus}. The execution status “True”/ “False” will be stored in the second output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to select the visible checkbox.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will perform the select action on the checkbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to unselect the visible checkbox.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the operation will perform the unselect action on the checkbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs Avo Assure Client to click on the checkbox.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the Click operation will be performed on the checkbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).
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
Click
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetStatus
NA
{Variable}; {Status}
NA