Class WaitForPopup

    • Constructor Summary

      Constructors 
      Constructor Description
      WaitForPopup​(Windows windows, java.lang.Runnable sleepUntil)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Void handleSeleneseCommand​(org.openqa.selenium.WebDriver driver, java.lang.String windowID, java.lang.String timeout)  
      • Methods inherited from class java.lang.Object

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

      • WaitForPopup

        public WaitForPopup​(Windows windows,
                            java.lang.Runnable sleepUntil)
    • Method Detail

      • handleSeleneseCommand

        protected java.lang.Void handleSeleneseCommand​(org.openqa.selenium.WebDriver driver,
                                                       java.lang.String windowID,
                                                       java.lang.String timeout)
        Specified by:
        handleSeleneseCommand in class SeleneseCommand<java.lang.Void>