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. - Set True if you want to check the selection.
- Set False if you want to check the deselection.
| Yes | String |
Example:
IsSelect "True"
This action selects the specified radio button.
This action does not have any input parameter.
Example:
Select
Multiexcerpt include macro |
---|
name | StorePropertyValue |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | SetFocuspage | WebButton Actions |
---|
This action selects the specified radio button based on its index number. The index starts from 1.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|
groupName | Enter the group name under which the radio button to be selected belongs to. This is the name attribute in html. | Yes | String |
index | Enter the index of the radio button from the group which you want to select. Index starts at 1 | Yes | String |
Example:
SelectByIndex "Selection" "3"
Multiexcerpt include macro |
---|
name | VerifyEnability |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickAt |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | WaitForObject |
---|
page | WebButton Actions
This action selects the radio button, only if the parameter passed is true.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|
check | Value for this parameter can be true or false. | No | True |
Example
SelectIfTrue "True"
Multiexcerpt include macro |
---|
name | ClickAndWait |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickandchooseOkOnNextConfirmation |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | StoreExistence |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | StoreChildCount-withoutlocator |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickJS |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ActionClick |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | WaitForSelectionStateToBe |
---|
page | WebCheckBox Actions |
---|
|
Multiexcerpt include macro |
---|
name | WaitForSelection |
---|
page | WebList Actions |
---|
|