Package net.serenitybdd.screenplay.waits
Class WaitUntilAngularIsReady
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilAngularIsReady
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.screenplay.Interaction,net.serenitybdd.screenplay.Performable
public class WaitUntilAngularIsReady
extends Object
implements net.serenitybdd.screenplay.Interaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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
-
WaitUntilAngularIsReady
public WaitUntilAngularIsReady()
-
-
Method Details
-
performAs
public <A extends net.serenitybdd.screenplay.Actor> void performAs(A actor) - Specified by:
performAsin interfacenet.serenitybdd.screenplay.Performable
-