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, selectByVisibleTextpublic FluentDropdownSelect(WebElementFacade webElementFacade)
public void byVisibleText(java.lang.String text)
byVisibleText in class FluentDropdownpublic void byIndex(int index)
byIndex in class FluentDropdownpublic void byValue(java.lang.String value)
byValue in class FluentDropdownpublic void all()