Class TypeValueIntoTarget

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

public class TypeValueIntoTarget
extends TypeValue
  • Constructor Details

    • TypeValueIntoTarget

      public TypeValueIntoTarget()
    • TypeValueIntoTarget

      public TypeValueIntoTarget​(Target target, java.lang.CharSequence... theText)
  • Method Details

    • performAs

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