Class TypeValue
java.lang.Object
net.serenitybdd.screenplay.actions.type.TypeValue
- All Implemented Interfaces:
SkipNested,Interaction,Performable
- Direct Known Subclasses:
TypeValueIntoBy,TypeValueIntoElement,TypeValueIntoTarget
public abstract class TypeValue extends java.lang.Object implements Interaction
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<org.openqa.selenium.Keys>followedByKeysprotected java.lang.CharSequence[]theTextprotected java.lang.StringtheTextAsAString -
Constructor Summary
Constructors Constructor Description TypeValue(java.lang.CharSequence... theText) -
Method Summary
Modifier and Type Method Description org.openqa.selenium.Keys[]getFollowedByKeys()protected java.util.Optional<java.lang.CharSequence[]>textValue()TypeValuethenHit(org.openqa.selenium.Keys... keys)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Field Details
-
theText
protected final java.lang.CharSequence[] theText -
followedByKeys
protected final java.util.List<org.openqa.selenium.Keys> followedByKeys -
theTextAsAString
protected java.lang.String theTextAsAString
-
-
Constructor Details
-
TypeValue
public TypeValue(java.lang.CharSequence... theText)
-
-
Method Details
-
thenHit
-
getFollowedByKeys
public org.openqa.selenium.Keys[] getFollowedByKeys() -
textValue
protected java.util.Optional<java.lang.CharSequence[]> textValue()
-