IsSelect
This action verifies whether the specified radio button is selected or not.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
state | Value of this parameter can be true or false.If
If False – checks if the edit box is not visible
| Yes | String |
Example:
IsSelect "trueTrue"
Select
This action selects the specified radio button.
This action does not have any input parameter.
Example:
Select
Multiexcerpt include macro | ||||
---|---|---|---|---|
| ||||
Multiexcerpt include macro | ||||
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
SelectByIndex
This action selects the specified radio button based on its index number. The indexes start index starts from 1.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
groupName | The Enter the group name to under which the radio button to be selected belongs to. This is the name attribute in html. | Yes | String |
index | Index Enter the index of the radio button in from the group which you want to select. Index starts at 1 | Yes | String |
Example:
SelectByIndex SelectByIndex "Selection" "Selection" "3"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
SelectIfTrue
This action selects the radio button, only if the parameter passed is true.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type | ||
---|---|---|---|---|---|
check | This is a boolean parameter and accepts either true/false only, | NO | TRUEValue for this parameter can be true or false. | No | True |
Example
SelectIfTrue "TRUETrue"
Multiexcerpt include macro name ClickAndWait page WebButton Actions
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|