Package net.serenitybdd.screenplay
Interface Interaction
- All Superinterfaces:
Performable,SkipNested
- All Known Implementing Classes:
AnonymousInteraction,Forget,SilentInteraction,Wait
public interface Interaction extends Performable
A marker class to indicate that a Performable represents a system interaction (action),
rather than a business task.
-
Method Summary
Static Methods Modifier and Type Method Description static AnonymousInteractionwhere(java.lang.String title, Performable... steps)Methods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Method Details
-
where
-