Package net.serenitybdd.screenplay.waits
Class WaitUntilExpectation<T>
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilExpectation<T>
- All Implemented Interfaces:
SkipNested,IsSilent,Interaction,Performable
public class WaitUntilExpectation<T> extends java.lang.Object implements Interaction, IsSilent
-
Constructor Summary
Constructors Constructor Description WaitUntilExpectation(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) -
Method Summary
Modifier and Type Method Description InteractionforNoMoreThan(java.time.Duration duration)<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
-
WaitUntilExpectation
-
-
Method Details
-
performAs
- Specified by:
performAsin interfacePerformable
-
forNoMoreThan
-