|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectElement
Represents a standard select HTML components.
| Method Summary | |
|---|---|
List<Option> |
getAllOptions()
All options |
Option |
getSelected()
Selected option of this select. |
SelectElement |
select(Option option)
Select given option. |
| Methods inherited from interface com.atlassian.pageobjects.elements.PageElement |
|---|
clear, click, find, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, toggle, type, withTimeout |
| Methods inherited from interface com.atlassian.pageobjects.elements.PageElementFinder |
|---|
find, find, find, findAll, findAll, findAll |
| Method Detail |
|---|
List<Option> getAllOptions()
Option getSelected()
SelectElement select(Option option)
option - option to select
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||