com.atlassian.selenium.pageobjects
Class DropDown
java.lang.Object
com.atlassian.selenium.pageobjects.PageElement
com.atlassian.selenium.pageobjects.DropDown
public class DropDown
- extends PageElement
| Methods inherited from class com.atlassian.selenium.pageobjects.PageElement |
click, contextMenu, doubleClick, dragAndDrop, dragAndDropToObject, focus, getCursorPosition, getHeight, getIndex, getLocator, getPositionLeft, getPositionTop, getText, getWidth, highlight, isEditable, isPresent, isVisible, keyDown, keyPress, keyUp, mouseDown, mouseDownRight, mouseMove, mouseOut, mouseOver, mouseUp, mouseUpRight, toString, type, typeKeys, typeWithFullKeyEvents |
DropDown
public DropDown(String locator,
SeleniumClient client)
getSelectedId
public String getSelectedId()
getSelectedIds
public String[] getSelectedIds()
getSelectedIndex
public String getSelectedIndex()
getSelectedIndexes
public String[] getSelectedIndexes()
getSelectedLabel
public String getSelectedLabel()
getSelectedLabels
public String[] getSelectedLabels()
getSelectedValue
public String getSelectedValue()
getSelectedValues
public String[] getSelectedValues()
getSelectOptions
public String[] getSelectOptions(String selectLocator)
isSomethingSelected
public boolean isSomethingSelected()
Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.