Package com.codeborne.selenide.webdriver
Interface DriverFactory
- All Known Implementing Classes:
AbstractChromiumDriverFactory,AbstractDriverFactory,ChromeDriverFactory,DefaultDriverFactory,EdgeDriverFactory,FirefoxDriverFactory,InternetExplorerDriverFactory,OperaDriverFactory,SafariDriverFactory
public interface DriverFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebDrivercreate(Config config, Browser browser, org.openqa.selenium.Proxy proxy, File browserDownloadsFolder) org.openqa.selenium.MutableCapabilitiescreateCapabilities(Config config, Browser browser, org.openqa.selenium.Proxy proxy, File browserDownloadsFolder) void
-
Method Details
-
setupWebdriverBinary
void setupWebdriverBinary() -
createCapabilities
-
create
-