Class EnterValue
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.EnterValue
-
- All Implemented Interfaces:
SkipNested,Performable
- Direct Known Subclasses:
EnterValueIntoBy,EnterValueIntoElement,EnterValueIntoTarget,SendKeysIntoBy,SendKeysIntoTarget,SendKeystoElement
public abstract class EnterValue extends Object implements Performable
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.openqa.selenium.Keys>followedByKeysprotected CharSequence[]theTextprotected StringtheTextAsAString
-
Constructor Summary
Constructors Constructor Description EnterValue(CharSequence... theText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.Keys[]getFollowedByKeys()protected Optional<CharSequence[]>textValue()EnterValuethenHit(org.openqa.selenium.Keys... keys)-
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
performAs, then
-
-
-
-
Field Detail
-
theText
protected final CharSequence[] theText
-
followedByKeys
protected final List<org.openqa.selenium.Keys> followedByKeys
-
theTextAsAString
protected String theTextAsAString
-
-
Constructor Detail
-
EnterValue
public EnterValue(CharSequence... theText)
-
-
Method Detail
-
thenHit
public EnterValue thenHit(org.openqa.selenium.Keys... keys)
-
getFollowedByKeys
public org.openqa.selenium.Keys[] getFollowedByKeys()
-
textValue
protected Optional<CharSequence[]> textValue()
-
-