Package com.codeborne.selenide.webdriver
Interface DriverFactory
-
- All Known Implementing Classes:
AbstractDriverFactory,ChromeDriverFactory,DefaultDriverFactory,EdgeDriverFactory,FirefoxDriverFactory,InternetExplorerDriverFactory,LegacyFirefoxDriverFactory,OperaDriverFactory,SafariDriverFactory
public interface DriverFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.openqa.selenium.WebDrivercreate(Config config, Browser browser, org.openqa.selenium.Proxy proxy, java.io.File browserDownloadsFolder)org.openqa.selenium.MutableCapabilitiescreateCapabilities(Config config, Browser browser, org.openqa.selenium.Proxy proxy, java.io.File browserDownloadsFolder)voidsetupWebdriverBinary()
-