Class DeselectFromOptions
java.lang.Object
net.serenitybdd.screenplay.actions.DeselectFromOptions
public class DeselectFromOptions
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DeselectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy) -
Method Summary
Modifier and Type Method Description static DeselectFromOptionsbyIndex(java.lang.Integer indexValue)static DeselectFromOptionsbyValue(java.lang.String value)static DeselectFromOptionsbyVisibleText(java.lang.String value)static Performableclear(Target dropdownList)Performablefrom(java.lang.String cssOrXpathForElement)Performablefrom(Target target)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeselectFromOptions
public DeselectFromOptions(net.serenitybdd.screenplay.actions.SelectStrategy strategy)
-
-
Method Details
-
byValue
-
byVisibleText
-
byIndex
-
from
-
from
-
clear
-