Class EnterValueIntoElement

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

public class EnterValueIntoElement
extends EnterValue
  • Constructor Details

    • EnterValueIntoElement

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

    • performAs

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