public interface OrderingList
| Modifier and Type | Method and Description |
|---|---|
PuttingSelectedItem |
select(ChoicePicker picker)
Selects a choice from suggestions.
|
PuttingSelectedItem |
select(Integer index)
Selects the choice at index.
|
PuttingSelectedItem |
select(String visibleText)
Selects the first option, which matches given text.
|
PuttingSelectedItem select(String visibleText)
visibleText - text to matchRuntimeException - when no such option foundPuttingSelectedItemPuttingSelectedItem select(Integer index)
index - index of the choiceRuntimeException - when no such option foundPuttingSelectedItem select(ChoicePicker picker)
picker - for picking from the choicesRuntimeException - when no such option foundChoicePickerHelper.ByIndexChoicePicker,
ChoicePickerHelper.ByVisibleTextChoicePickerCopyright © 2014 JBoss by Red Hat. All Rights Reserved.