Package com.codeborne.selenide.webdriver
Class OperaDriverFactory
- java.lang.Object
-
- com.codeborne.selenide.webdriver.AbstractDriverFactory
-
- com.codeborne.selenide.webdriver.OperaDriverFactory
-
- All Implemented Interfaces:
DriverFactory
@ParametersAreNonnullByDefault public class OperaDriverFactory extends AbstractDriverFactory
-
-
Constructor Summary
Constructors Constructor Description OperaDriverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebDriver
create(Config config, Browser browser, org.openqa.selenium.Proxy proxy, java.io.File browserDownloadsFolder)
org.openqa.selenium.opera.OperaOptions
createCapabilities(Config config, Browser browser, org.openqa.selenium.Proxy proxy, java.io.File browserDownloadsFolder)
void
setupWebdriverBinary()
-
Methods inherited from class com.codeborne.selenide.webdriver.AbstractDriverFactory
convertStringToNearestObjectType, createCommonCapabilities, isBoolean, isInteger, isSystemPropertyNotSet, majorVersion, transferCapabilitiesFromSystemProperties, webdriverLog
-
-