org.openqa.selenium.internal.seleniumemulation
Class SeleniumSelect
java.lang.Object
org.openqa.selenium.internal.seleniumemulation.SeleniumSelect
public class SeleniumSelect
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleniumSelect
public SeleniumSelect(JavascriptLibrary library,
ElementFinder finder,
org.openqa.selenium.WebDriver driver,
String locator)
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.