Uses of Class
net.serenitybdd.screenplay.actions.SelectFromOptions
-
Packages that use SelectFromOptions Package Description net.serenitybdd.screenplay.actions -
-
Uses of SelectFromOptions in net.serenitybdd.screenplay.actions
Methods in net.serenitybdd.screenplay.actions that return SelectFromOptions Modifier and Type Method Description static SelectFromOptionsSelectFromOptions. byIndex(Integer indexValue)static SelectFromOptionsSelectFromOptions. byValue(String value)static SelectFromOptionsSelectFromOptions. byVisibleText(String visibleText)
-