Class SendKeysIntoBy

java.lang.Object
net.serenitybdd.screenplay.actions.EnterValue
net.serenitybdd.screenplay.actions.SendKeysIntoBy
All Implemented Interfaces:
SkipNested, Performable

public class SendKeysIntoBy
extends EnterValue
  • Field Summary

    Fields inherited from class net.serenitybdd.screenplay.actions.EnterValue

    followedByKeys, theText, theTextAsAString
  • Constructor Summary

    Constructors
    Constructor Description
    SendKeysIntoBy​(java.util.List<org.openqa.selenium.By> locators, java.lang.CharSequence... theText)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T theUser)  
    protected org.openqa.selenium.WebElement resolveFor​(Actor 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 Details

    • SendKeysIntoBy

      public SendKeysIntoBy​(java.util.List<org.openqa.selenium.By> locators, java.lang.CharSequence... theText)
  • Method Details

    • resolveFor

      protected org.openqa.selenium.WebElement resolveFor​(Actor theUser)
    • performAs

      public <T extends Actor> void performAs​(T theUser)