Class WaitUntilAngularIsReady

java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilAngularIsReady
All Implemented Interfaces:
SkipNested, Interaction, Performable

public class WaitUntilAngularIsReady
extends java.lang.Object
implements Interaction
  • Constructor Summary

    Constructors 
    Constructor Description
    WaitUntilAngularIsReady()  
  • Method Summary

    Modifier and Type Method Description
    <A extends Actor>
    void
    performAs​(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
  • Constructor Details

    • WaitUntilAngularIsReady

      public WaitUntilAngularIsReady()
  • Method Details