Class TypeValueIntoElement

java.lang.Object
net.serenitybdd.screenplay.actions.type.TypeValue
net.serenitybdd.screenplay.actions.type.TypeValueIntoElement
All Implemented Interfaces:
SkipNested, Interaction, Performable

public class TypeValueIntoElement
extends TypeValue
  • Constructor Details

    • TypeValueIntoElement

      public TypeValueIntoElement()
    • TypeValueIntoElement

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

    • performAs

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