Interface DriverFactory

All Known Implementing Classes:
AbstractChromiumDriverFactory, AbstractDriverFactory, ChromeDriverFactory, DefaultDriverFactory, EdgeDriverFactory, FirefoxDriverFactory, InternetExplorerDriverFactory, SafariDriverFactory

public interface DriverFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.WebDriver
    create(Config config, Browser browser, org.openqa.selenium.Proxy proxy, File browserDownloadsFolder)
     
    org.openqa.selenium.MutableCapabilities
    createCapabilities(Config config, Browser browser, org.openqa.selenium.Proxy proxy, File browserDownloadsFolder)
     
  • Method Details

    • createCapabilities

      @CheckReturnValue @Nonnull org.openqa.selenium.MutableCapabilities createCapabilities(Config config, Browser browser, @Nullable org.openqa.selenium.Proxy proxy, @Nullable File browserDownloadsFolder)
    • create

      @CheckReturnValue @Nonnull org.openqa.selenium.WebDriver create(Config config, Browser browser, @Nullable org.openqa.selenium.Proxy proxy, @Nullable File browserDownloadsFolder)