Class SendKeystoElement

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

public class SendKeystoElement
extends EnterValue
  • Constructor Details

    • SendKeystoElement

      public SendKeystoElement​(WebElementFacade element, java.lang.CharSequence... theText)
  • Method Details

    • performAs

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