org.openqa.selenium.internal.seleniumemulation
Class SeleniumSelect

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.SeleniumSelect

public class SeleniumSelect
extends Object


Constructor Summary
SeleniumSelect(JavascriptLibrary library, ElementFinder finder, org.openqa.selenium.WebDriver driver, String locator)
           
 
Method Summary
 void addSelection(String optionLocator)
           
 List<org.openqa.selenium.WebElement> getAllOptions()
           
 List<org.openqa.selenium.WebElement> getSelectedOptions()
           
 void removeSelection(String optionLocator)
           
 void setSelected(String optionLocator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumSelect

public SeleniumSelect(JavascriptLibrary library,
                      ElementFinder finder,
                      org.openqa.selenium.WebDriver driver,
                      String locator)
Method Detail

setSelected

public void setSelected(String optionLocator)

addSelection

public void addSelection(String optionLocator)

removeSelection

public void removeSelection(String optionLocator)

getSelectedOptions

public List<org.openqa.selenium.WebElement> getSelectedOptions()

getAllOptions

public List<org.openqa.selenium.WebElement> getAllOptions()


Copyright © 2012. All Rights Reserved.