Package com.codeborne.selenide.webdriver
Class DefaultDriverFactory
- java.lang.Object
-
- com.codeborne.selenide.webdriver.AbstractDriverFactory
-
- com.codeborne.selenide.webdriver.DefaultDriverFactory
-
- All Implemented Interfaces:
DriverFactory
@ParametersAreNonnullByDefault public class DefaultDriverFactory extends AbstractDriverFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultDriverFactory()
-
Method Summary
All Methods Instance Methods Concrete 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()-
Methods inherited from class com.codeborne.selenide.webdriver.AbstractDriverFactory
convertStringToNearestObjectType, createCommonCapabilities, isBoolean, isInteger, isSystemPropertyNotSet, majorVersion, transferCapabilitiesFromSystemProperties, webdriverLog
-
-