Class TypeValueIntoBy
java.lang.Object
net.serenitybdd.screenplay.actions.type.TypeValue
net.serenitybdd.screenplay.actions.type.TypeValueIntoBy
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class TypeValueIntoBy extends TypeValue
-
Field Summary
Fields inherited from class net.serenitybdd.screenplay.actions.type.TypeValue
followedByKeys, theText, theTextAsAString -
Constructor Summary
Constructors Constructor Description TypeValueIntoBy()TypeValueIntoBy(java.util.List<org.openqa.selenium.By> locators, java.lang.CharSequence... theText) -
Method Summary
Modifier and Type Method Description <T extends Actor>
voidperformAs(T theUser)protected org.openqa.selenium.WebElementresolveFor(Actor 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
-
TypeValueIntoBy
public TypeValueIntoBy() -
TypeValueIntoBy
public TypeValueIntoBy(java.util.List<org.openqa.selenium.By> locators, java.lang.CharSequence... theText)
-
-
Method Details
-
resolveFor
-
performAs
-