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