Package net.serenitybdd.screenplay
Class SilentInteraction
java.lang.Object
net.serenitybdd.screenplay.SilentInteraction
- All Implemented Interfaces:
SkipNested,IsSilent,Interaction,Performable
- Direct Known Subclasses:
Wait
public abstract class SilentInteraction extends java.lang.Object implements Interaction, IsSilent
-
Constructor Summary
Constructors Constructor Description SilentInteraction() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
performAs, then
-
Constructor Details
-
SilentInteraction
public SilentInteraction()
-