Package com.codeborne.selenide.webdriver
Class DefaultDriverFactory
java.lang.Object
com.codeborne.selenide.webdriver.AbstractDriverFactory
com.codeborne.selenide.webdriver.DefaultDriverFactory
- All Implemented Interfaces:
DriverFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebDrivercreate(Config config, Browser browser, @Nullable org.openqa.selenium.Proxy proxy, @Nullable File browserDownloadsFolder) org.openqa.selenium.MutableCapabilitiescreateCapabilities(Config config, Browser browser, @Nullable org.openqa.selenium.Proxy proxy, @Nullable File browserDownloadsFolder) Methods inherited from class com.codeborne.selenide.webdriver.AbstractDriverFactory
cast, convertStringToNearestObjectType, createCommonCapabilities, createCommonCapabilities, isBoolean, isInteger, majorVersion, merge, transferCapabilitiesFromSystemProperties, webdriverLog, withLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codeborne.selenide.webdriver.DriverFactory
setBrowserPosition, setBrowserSize
-
Constructor Details
-
DefaultDriverFactory
public DefaultDriverFactory()
-
-
Method Details
-
create
-
createCapabilities
-