Class WaitForAngular

java.lang.Object
net.serenitybdd.core.pages.WaitForAngular

public class WaitForAngular
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    WaitForAngular​(org.openqa.selenium.JavascriptExecutor driver)  
  • Method Summary

    Modifier and Type Method Description
    void untilAngularRequestsHaveFinished()  
    static WaitForAngular withDriver​(org.openqa.selenium.JavascriptExecutor driver)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WaitForAngular

      public WaitForAngular​(org.openqa.selenium.JavascriptExecutor driver)
  • Method Details

    • withDriver

      public static WaitForAngular withDriver​(org.openqa.selenium.JavascriptExecutor driver)
    • untilAngularRequestsHaveFinished

      public void untilAngularRequestsHaveFinished()