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 generated/fetched. The variable contains the status as “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 {Status}, and the execution status “Checked”/ “Unchecked” will be stored in the 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 select the checkbox provided, 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 unselect the checkbox provided, 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 perform a 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
GetStatus
NA
{Variable}; {Status}
NA
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