Class WebDriverFactory


  • @ParametersAreNonnullByDefault
    public class WebDriverFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebDriver createWebDriver​(Config config, org.openqa.selenium.Proxy proxy, java.io.File browserDownloadsFolder)  
      • Methods inherited from class java.lang.Object

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

      • WebDriverFactory

        public WebDriverFactory()
    • Method Detail

      • createWebDriver

        @CheckReturnValue
        @Nonnull
        public org.openqa.selenium.WebDriver createWebDriver​(Config config,
                                                             @Nullable
                                                             org.openqa.selenium.Proxy proxy,
                                                             @Nullable
                                                             java.io.File browserDownloadsFolder)