Class EnterValueIntoTarget
java.lang.Object
net.serenitybdd.screenplay.actions.EnterValue
net.serenitybdd.screenplay.actions.EnterValueIntoTarget
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.screenplay.Performable
-
Field Summary
Fields inherited from class net.serenitybdd.screenplay.actions.EnterValue
followedByKeys, theText, theTextAsAString -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends net.serenitybdd.screenplay.Actor>
voidperformAs(T theUser) Methods inherited from class net.serenitybdd.screenplay.actions.EnterValue
getFollowedByKeys, textValue, thenHitMethods 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
-
EnterValueIntoTarget
-
-
Method Details
-
performAs
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T theUser)
-