Class SelectByValueFromBy
java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
net.serenitybdd.screenplay.actions.selectactions.SelectByValueFromBy
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,Resolvable,net.serenitybdd.screenplay.Interaction,net.serenitybdd.screenplay.Performable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSelectByValueFromBy(String value, org.openqa.selenium.By... locators) SelectByValueFromBy(List<String> values, org.openqa.selenium.By... locators) -
Method Summary
Modifier and TypeMethodDescription<T extends net.serenitybdd.screenplay.Actor>
voidperformAs(T theUser) Methods inherited from class net.serenitybdd.screenplay.actions.ByAction
resolveForMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
SelectByValueFromBy
public SelectByValueFromBy() -
SelectByValueFromBy
-
SelectByValueFromBy
-
-
Method Details
-
performAs
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T theUser)
-