public class Dropdown extends Object
Modifier and Type | Method and Description |
---|---|
static Dropdown |
forWebElement(org.openqa.selenium.WebElement webElement) |
String |
getSelectedLabel() |
Set<String> |
getSelectedOptionLabels() |
Set<String> |
getSelectedOptionValues() |
String |
getSelectedValue() |
void |
select(String visibleLabel) |
void |
selectMultipleItems(String... selectedLabels) |
public static Dropdown forWebElement(org.openqa.selenium.WebElement webElement)
public void select(String visibleLabel)
public void selectMultipleItems(String... selectedLabels)
public String getSelectedValue()
public String getSelectedLabel()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.