Package net.serenitybdd.screenplay.waits
Class WaitUntilExpectation<T>
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilExpectation<T>
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.markers.IsSilent,net.serenitybdd.screenplay.Interaction,net.serenitybdd.screenplay.Performable
public class WaitUntilExpectation<T>
extends Object
implements net.serenitybdd.screenplay.Interaction, net.serenitybdd.markers.IsSilent
-
Constructor Summary
ConstructorsConstructorDescriptionWaitUntilExpectation(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) -
Method Summary
Modifier and TypeMethodDescriptionnet.serenitybdd.screenplay.InteractionforNoMoreThan(Duration duration) <A extends net.serenitybdd.screenplay.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
public <A extends net.serenitybdd.screenplay.Actor> void performAs(A actor) - Specified by:
performAsin interfacenet.serenitybdd.screenplay.Performable
-
forNoMoreThan
-