com.atlassian.selenium.pageobjects
Class DropDown

java.lang.Object
  extended by com.atlassian.selenium.pageobjects.PageElement
      extended by com.atlassian.selenium.pageobjects.DropDown

public class DropDown
extends PageElement


Field Summary
 
Fields inherited from class com.atlassian.selenium.pageobjects.PageElement
autogeneratedKey, client, key, locator
 
Constructor Summary
DropDown(String locator, SeleniumClient client)
           
 
Method Summary
 String getSelectedId()
           
 String[] getSelectedIds()
           
 String getSelectedIndex()
           
 String[] getSelectedIndexes()
           
 String getSelectedLabel()
           
 String[] getSelectedLabels()
           
 String getSelectedValue()
           
 String[] getSelectedValues()
           
 String[] getSelectOptions(String selectLocator)
           
 boolean isSomethingSelected()
           
 
Methods inherited from class com.atlassian.selenium.pageobjects.PageElement
click, contextMenu, doubleClick, dragAndDrop, dragAndDropToObject, focus, getCursorPosition, getElementKey, getHeight, getIndex, getLocator, getPositionLeft, getPositionTop, getText, getWidth, highlight, isAutogeneratedKey, isEditable, isPresent, isVisible, keyDown, keyPress, keyUp, mouseDown, mouseDownRight, mouseMove, mouseOut, mouseOver, mouseUp, mouseUpRight, toString, type, typeKeys, typeWithFullKeyEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropDown

public DropDown(String locator,
                SeleniumClient client)
Method Detail

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 © 2014 Atlassian. All rights reserved.