Class Waiting


  • public class Waiting
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int m_defaultTimeOut  
    • Constructor Summary

      Constructors 
      Constructor Description
      Waiting()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver​(org.openqa.selenium.WebDriver driver, boolean isWait)  
      static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver​(org.openqa.selenium.WebDriver driver, boolean isWait, int timeOut)  
      • Methods inherited from class java.lang.Object

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

      • m_defaultTimeOut

        public static int m_defaultTimeOut
    • Constructor Detail

      • Waiting

        public Waiting()
    • Method Detail

      • getWaitDriver

        public static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver​(org.openqa.selenium.WebDriver driver,
                                                                                 boolean isWait)
      • getWaitDriver

        public static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver​(org.openqa.selenium.WebDriver driver,
                                                                                 boolean isWait,
                                                                                 int timeOut)