Comment on page
Checkbox

Description: This keyword or action instructs ICE to get 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 |
Note: GetStatus stores the value generated/fetched. The ariable contains 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 ICE to select the visible checkbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SelectCheckbox | NA | (Optional) | NA |
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 ICE to unselect the visible checkbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
UnSelectCheckbox | NA | (Optional) | NA |
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 ICE to perform a click on the checkbox.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
Click | NA | (Optional) | NA |
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).
Last modified 7mo ago