Interface Settable

All Superinterfaces:
Interaction, Performable, SkipNested

public interface Settable
extends Interaction
A specialised Performable task that sets the value of something.
  • Method Summary

    Modifier and Type Method Description
    Performable to​(java.lang.String newValue)  

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    performAs, then
  • Method Details