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