public class SeleniumSelect extends Object
Constructor and Description |
---|
SeleniumSelect(JavascriptLibrary library,
ElementFinder finder,
org.openqa.selenium.WebDriver driver,
String locator) |
Modifier and Type | Method and Description |
---|---|
void |
addSelection(String optionLocator) |
List<org.openqa.selenium.WebElement> |
getAllOptions() |
List<org.openqa.selenium.WebElement> |
getSelectedOptions() |
void |
removeSelection(String optionLocator) |
void |
setSelected(String optionLocator) |
public SeleniumSelect(JavascriptLibrary library, ElementFinder finder, org.openqa.selenium.WebDriver driver, String locator)
public void setSelected(String optionLocator)
public void addSelection(String optionLocator)
public void removeSelection(String optionLocator)
public List<org.openqa.selenium.WebElement> getSelectedOptions()
public List<org.openqa.selenium.WebElement> getAllOptions()
Copyright © 2016. All rights reserved.