Uses of Class
net.thucydides.core.webdriver.WebDriverFactory
| Package | Description |
|---|---|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of WebDriverFactory in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return WebDriverFactory Modifier and Type Method Description WebDriverFactoryWebDriverFactory. withEnvironmentVariables(EnvironmentVariables environmentVariables)Methods in net.thucydides.core.webdriver with parameters of type WebDriverFactory Modifier and Type Method Description static WebdriverManagerThucydidesWebDriverSupport. getWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration)WebDriverFacadeWebdriverProxyFactory. proxyFor(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration)WebDriverFacadeWebdriverProxyFactory. proxyFor(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration, java.lang.String options)Constructors in net.thucydides.core.webdriver with parameters of type WebDriverFactory Constructor Description SerenityWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration)SerenityWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration, java.lang.String options)WebDriverFacade(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory)WebDriverFacade(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, EnvironmentVariables environmentVariables)WebDriverFacade(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, org.openqa.selenium.WebDriver proxiedWebDriver, java.time.Duration implicitTimeout)WebDriverFacade(org.openqa.selenium.WebDriver driver, WebDriverFactory webDriverFactory, EnvironmentVariables environmentVariables)