Interface Settable
-
- All Superinterfaces:
Interaction,Performable,SkipNested
public interface Settable extends Interaction
A specialised Performable task that sets the value of something.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Performableto(String newValue)-
Methods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
-
-
-
Method Detail
-
to
Performable to(String newValue)
-
-