Package net.serenitybdd.screenplay.waits
Class WaitUntilTargetIsReady
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilTargetIsReady
- All Implemented Interfaces:
SkipNested,IsSilent,Interaction,Performable
public class WaitUntilTargetIsReady extends java.lang.Object implements Interaction, IsSilent
-
Constructor Summary
Constructors Constructor Description WaitUntilTargetIsReady(Target target, org.hamcrest.Matcher<WebElementState> expectedState) -
Method Summary
Modifier and Type Method Description WaitUntilBuilderforNoMoreThan(long amount)InteractionforNoMoreThan(java.time.Duration amount)<A extends Actor>
voidperformAs(A actor)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
then
-
Constructor Details
-
WaitUntilTargetIsReady
-
-
Method Details
-
performAs
- Specified by:
performAsin interfacePerformable
-
forNoMoreThan
-
forNoMoreThan
-