public class FluentDropdownSelect extends FluentDropdown
Constructor and Description |
---|
FluentDropdownSelect(WebElementFacade webElementFacade) |
Modifier and Type | Method and Description |
---|---|
void |
all() |
void |
byIndex(int index) |
void |
byValue(java.lang.String value) |
void |
byVisibleText(java.lang.String text) |
deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, getAllSelectedOptions, getFirstSelectedOption, getOptions, isMultiple, selectByIndex, selectByValue, selectByVisibleText
public FluentDropdownSelect(WebElementFacade webElementFacade)
public void byVisibleText(java.lang.String text)
byVisibleText
in class FluentDropdown
public void byIndex(int index)
byIndex
in class FluentDropdown
public void byValue(java.lang.String value)
byValue
in class FluentDropdown
public void all()