Checkbox Operations

Keyword: GETSTATUS

Description: This keyword or action instructs ICE 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, ICE will fetch the status of “Checkbox1” and stores the value in {status1}. If output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: SELECTCHECKBOX

Description: This keyword or action instructs ICE 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, ICE will select “Checkbox1” and if output variable is provided for execution status “True”/ “False” will be stored in it.

Keyword: UNSELECTCHECKBOX

Description: This keyword or action instructs ICE 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, ICE will unselect “Checkbox1” and if output variable is provided for execution status “True”/ “False” will be stored in it.

Last updated