public abstract class AbstractOrderingList extends Object implements OrderingList, AdvancedInteractions<AbstractOrderingList.AdvancedOrderingListInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderingList.AdvancedOrderingListInteractions |
| Constructor and Description |
|---|
AbstractOrderingList() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebElement |
getRoot() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvancedprotected org.openqa.selenium.WebElement getRoot()
public PuttingSelectedItem select(String visibleText)
OrderingListselect in interface OrderingListvisibleText - text to matchPuttingSelectedItempublic PuttingSelectedItem select(Integer index)
OrderingListselect in interface OrderingListindex - index of the choicepublic PuttingSelectedItem select(ChoicePicker picker)
OrderingListselect in interface OrderingListpicker - for picking from the choicesByIndexChoicePicker,
ByVisibleTextChoicePickerCopyright © 2014 JBoss by Red Hat. All rights reserved.