Uses of Class
net.serenitybdd.screenplay.actions.DeselectFromOptions
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions | |
| net.serenitybdd.screenplay.ui |
-
Uses of DeselectFromOptions in net.serenitybdd.screenplay.actions
Methods in net.serenitybdd.screenplay.actions that return DeselectFromOptions Modifier and Type Method Description static DeselectFromOptionsDeselectFromOptions. byIndex(java.lang.Integer indexValue)static DeselectFromOptionsDeselectFromOptions. byValue(java.lang.String value)static DeselectFromOptionsDeselectFromOptions. byVisibleText(java.lang.String value) -
Uses of DeselectFromOptions in net.serenitybdd.screenplay.ui
Methods in net.serenitybdd.screenplay.ui that return DeselectFromOptions Modifier and Type Method Description static DeselectFromOptionsDeselect. option(java.lang.String option)static DeselectFromOptionsDeselect. optionNumber(int index)static DeselectFromOptionsDeselect. value(java.lang.String volvo)