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