public abstract class UiRadioList extends UiElement
log, properties| Constructor and Description |
|---|
UiRadioList(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isSelected(String value) |
abstract void |
select(String value)
Select radio button
|
abstract void |
verifyNotValue(String notExpectedValue)
Verify the selected value is NOT as specified
|
abstract void |
verifyValue(String expectedValue)
Verify the selected value is as specified
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic UiRadioList(UiDriver uiDriver, UiElementProperties properties)
public abstract void select(String value)
value - of the button to selectpublic abstract boolean isSelected(String value)
public abstract void verifyValue(String expectedValue)
expectedValue - public abstract void verifyNotValue(String notExpectedValue)
notExpectedValue - Copyright © 2017 Axway Software. All rights reserved.