jdave.webdriver.elements
Class DropDownChoice

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

public class DropDownChoice
extends java.lang.Object

Author:
Marko Sibakov

Constructor Summary
DropDownChoice(org.openqa.selenium.WebElement webElement)
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String getValue()
           
 void select(java.lang.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(java.lang.String selection)

getValue

public java.lang.String getValue()

getText

public java.lang.String getText()


Copyright ? 2008. All Rights Reserved.