- All Superinterfaces:
Performable,net.serenitybdd.core.SkipNested
- All Known Implementing Classes:
AnonymousInteraction,Forget,SilentInteraction,WaitOnQuestion,WaitOnSupplier,WaitWithTimeout
A marker class to indicate that a Performable represents a system interaction (action),
rather than a business task.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AnonymousInteractionthatPerforms(String title, Runnable performableOperation) static AnonymousInteractionstatic AnonymousInteractionwhere(String title, Performable... steps) Methods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Method Details
-
where
-
where
-
thatPerforms
-