Class DriverFactory


  • public class DriverFactory
    extends Object
    • Constructor Detail

      • DriverFactory

        public DriverFactory()
    • Method Detail

      • createWebDriver

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