Package net.serenitybdd.screenplay.waits
Class WaitUntilAngularIsReady
- java.lang.Object
-
- net.serenitybdd.screenplay.waits.WaitUntilAngularIsReady
-
- All Implemented Interfaces:
SkipNested
,Interaction
,Performable
public class WaitUntilAngularIsReady extends Object implements Interaction
-
-
Constructor Summary
Constructors Constructor Description WaitUntilAngularIsReady()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends Actor>
voidperformAs(A actor)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Method Detail
-
performAs
public <A extends Actor> void performAs(A actor)
- Specified by:
performAs
in interfacePerformable
-
-