Package net.serenitybdd.screenplay.waits
Class WaitWithTimeout
java.lang.Object
net.serenitybdd.screenplay.SilentInteraction
net.serenitybdd.screenplay.waits.WaitWithTimeout
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.markers.IsSilent,Interaction,Performable
- Direct Known Subclasses:
WaitOnQuestion,WaitOnSupplier
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNoMoreThan(long timeout) <T extends WaitWithTimeout>
TforNoMoreThan(Duration timeout) 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
-
Field Details
-
timeout
-
-
Constructor Details
-
WaitWithTimeout
public WaitWithTimeout()
-
-
Method Details
-
forNoMoreThan
-
forNoMoreThan
-