Package net.serenitybdd.core.pages
Class FluentDropdownDeselect
java.lang.Object
net.serenitybdd.core.pages.FluentDropdown
net.serenitybdd.core.pages.FluentDropdownDeselect
- All Implemented Interfaces:
org.openqa.selenium.support.ui.ISelect
public class FluentDropdownDeselect extends FluentDropdown
-
Constructor Summary
Constructors Constructor Description FluentDropdownDeselect(WebElementFacade webElementFacade) -
Method Summary
Modifier and Type Method Description voidall()voidbyIndex(int index)voidbyValue(java.lang.String value)voidbyVisibleText(java.lang.String text)Methods inherited from class net.serenitybdd.core.pages.FluentDropdown
deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, getAllSelectedOptions, getFirstSelectedOption, getOptions, isMultiple, select, selectByIndex, selectByValue, selectByVisibleTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FluentDropdownDeselect
-
-
Method Details
-
byVisibleText
public void byVisibleText(java.lang.String text)- Overrides:
byVisibleTextin classFluentDropdown
-
byIndex
public void byIndex(int index)- Overrides:
byIndexin classFluentDropdown
-
byValue
public void byValue(java.lang.String value)- Overrides:
byValuein classFluentDropdown
-
all
public void all()
-