public class FluentDropdownDeselect extends FluentDropdown
| Constructor and Description |
|---|
FluentDropdownDeselect(WebElementFacade webElementFacade) |
| Modifier and Type | Method and Description |
|---|---|
void |
all() |
void |
byIndex(int index) |
void |
byValue(String value) |
void |
byVisibleText(String text) |
deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, getAllSelectedOptions, getAllSelectedValues, getFirstSelectedOption, getOptions, isMultiple, select, selectByIndex, selectByValue, selectByVisibleTextpublic FluentDropdownDeselect(WebElementFacade webElementFacade)
public void byVisibleText(String text)
byVisibleText in class FluentDropdownpublic void byIndex(int index)
byIndex in class FluentDropdownpublic void byValue(String value)
byValue in class FluentDropdownpublic void all()
Copyright © 2023. All rights reserved.