IsChecked
This action verifies that the specified check box is selected.
If a checkbox is checked and parameter "state" is "true", result is success. If checkbox is checked and parameter "state" is "false" result is Failure.
If checkbox is un-checked and parameter "state" is "true", result is Failure. If checkbox is un-checked and parameter "state" is "false" result is success.
Input Parameters:
ParameterName
Parameter Description
Mandatory
Data Type
state
Value of this parameter can be true or false.
If True – verifies if the checkbox is checked.
If False – verifies if the checkbox is unchecked.
Yes
TRUE
Example:
IsChecked "TRUE"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
CheckIfTrue
This action selects the checkboxcheck box, only if the parameter passed is true.
Input Parameters:
ParameterName | Parameter Description | Mandatory | Data Type |
---|---|---|---|
Check | Value of this parameter can be |
True or |
False. |
If False – Does not select the checkbox.
No
| No | Boolean |
Example:
CheckIfTrue "TRUE"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|