jdave.webdriver.elements
Class DropDownChoice

java.lang.Object
  extended by jdave.webdriver.elements.DropDownChoice

public class DropDownChoice
extends Object

Author:
Marko Sibakov, Petteri Parkkila

Constructor Summary
DropDownChoice(org.openqa.selenium.WebElement webElement)
           
 
Method Summary
 String getSelected()
           
 String getText()
           
 String getValue()
           
 void select(String selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownChoice

public DropDownChoice(org.openqa.selenium.WebElement webElement)
Method Detail

select

public void select(String selection)

getValue

public String getValue()

getText

public String getText()

getSelected

public String getSelected()


Copyright © 2010. All Rights Reserved.