Class DriverFactory


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

      Constructors 
      Constructor Description
      DriverFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebDriver createWebDriver​(java.lang.String type, boolean debug, int timeout)  
      • Methods inherited from class java.lang.Object

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

      • DriverFactory

        public DriverFactory()
    • Method Detail

      • createWebDriver

        public org.openqa.selenium.WebDriver createWebDriver​(java.lang.String type,
                                                             boolean debug,
                                                             int timeout)
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception