public abstract class UiMultiSelectList extends UiElement
log, properties| Constructor and Description |
|---|
UiMultiSelectList(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract String[] |
getValues() |
abstract void |
setValue(String value)
select a value
|
abstract void |
unsetValue(String value)
unselect 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 UiMultiSelectList(UiDriver uiDriver, UiElementProperties properties)
public abstract void setValue(String value)
value - the value to selectpublic abstract void unsetValue(String value)
value - - the value to unselectpublic abstract String[] getValues()
public abstract void verifyValue(String expectedValue)
expectedValue - public abstract void verifyNotValue(String notExpectedValue)
notExpectedValue - Copyright © 2017 Axway Software. All rights reserved.