Class DeselectFromOptions
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.DeselectFromOptions
-
public class DeselectFromOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DeselectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeselectFromOptionsbyIndex(Integer indexValue)static DeselectFromOptionsbyValue(String value)static DeselectFromOptionsbyVisibleText(String value)Performablefrom(String cssOrXpathForElement)Performablefrom(Target target)
-
-
-
Method Detail
-
byValue
public static DeselectFromOptions byValue(String value)
-
byVisibleText
public static DeselectFromOptions byVisibleText(String value)
-
byIndex
public static DeselectFromOptions byIndex(Integer indexValue)
-
from
public Performable from(String cssOrXpathForElement)
-
from
public Performable from(Target target)
-
-