Class TypeValueIntoTarget
java.lang.Object
net.serenitybdd.screenplay.actions.type.TypeValue
net.serenitybdd.screenplay.actions.type.TypeValueIntoTarget
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class TypeValueIntoTarget extends TypeValue
-
Field Summary
Fields inherited from class net.serenitybdd.screenplay.actions.type.TypeValue
followedByKeys, theText, theTextAsAString -
Constructor Summary
Constructors Constructor Description TypeValueIntoTarget()TypeValueIntoTarget(Target target, java.lang.CharSequence... theText) -
Method Summary
Methods inherited from class net.serenitybdd.screenplay.actions.type.TypeValue
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
-
TypeValueIntoTarget
public TypeValueIntoTarget() -
TypeValueIntoTarget
-
-
Method Details
-
performAs
-