Class TypeValueIntoElement
java.lang.Object
net.serenitybdd.screenplay.actions.type.TypeValue
net.serenitybdd.screenplay.actions.type.TypeValueIntoElement
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.screenplay.Interaction,net.serenitybdd.screenplay.Performable
-
Field Summary
Fields inherited from class net.serenitybdd.screenplay.actions.type.TypeValue
followedByKeys, theText, theTextAsAString -
Constructor Summary
ConstructorsConstructorDescriptionTypeValueIntoElement(net.serenitybdd.core.pages.WebElementFacade element, CharSequence... theText) -
Method Summary
Modifier and TypeMethodDescription<T extends net.serenitybdd.screenplay.Actor>
voidperformAs(T theUser) 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
-
TypeValueIntoElement
public TypeValueIntoElement() -
TypeValueIntoElement
public TypeValueIntoElement(net.serenitybdd.core.pages.WebElementFacade element, CharSequence... theText)
-
-
Method Details
-
performAs
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T theUser)
-