Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt macro | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
IsCheckedThis action verifies whether the specified check box is selected. Input Parameters:
Example: |
Check
This action selects the specified check box.
This action does not have any parameter.
Example:
Check
UnCheck
This action deselects the specified check box.
This action does not have any parameter.
Example:
UnCheck
SelectByIndex
This action selects the specified checkbox based on its index number. The indexes start from 1.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
groupName | Enter the group name to which the check box belongs to. This is the name attribute in html. | Yes | String |
index | Enter the index of the check box in the group to be selected. Index starts from 1. | Yes | String |
Example:
SelectByIndex "Occupation" "3"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
CheckIfTrue
This action selects the specified check box, only if the parameter passed is true.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
check | Value of this parameters can be true or false. | Yes | String |
Example
CheckIfTrue "True"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|