Class EnterValueIntoElement
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.EnterValue
-
- net.serenitybdd.screenplay.actions.EnterValueIntoElement
-
- All Implemented Interfaces:
SkipNested
,Performable
public class EnterValueIntoElement extends EnterValue
-
-
Field Summary
-
Fields inherited from class net.serenitybdd.screenplay.actions.EnterValue
followedByKeys, theText, theTextAsAString
-
-
Constructor Summary
Constructors Constructor Description EnterValueIntoElement(WebElementFacade element, CharSequence... theText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T theUser)
-
Methods inherited from class net.serenitybdd.screenplay.actions.EnterValue
getFollowedByKeys, textValue, thenHit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Constructor Detail
-
EnterValueIntoElement
public EnterValueIntoElement(WebElementFacade element, CharSequence... theText)
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T theUser)
-
-