| Package | Description |
|---|---|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
WebDriverFactory |
WebDriverFactory.withEnvironmentVariables(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
static WebdriverManager |
ThucydidesWebDriverSupport.getWebdriverManager(WebDriverFactory webDriverFactory,
DriverConfiguration configuration) |
WebDriverFacade |
WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
Configuration configuration) |
WebDriverFacade |
WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
Configuration configuration,
String options) |
| Constructor and Description |
|---|
SerenityWebdriverManager(WebDriverFactory webDriverFactory,
DriverConfiguration configuration) |
SerenityWebdriverManager(WebDriverFactory webDriverFactory,
DriverConfiguration configuration,
String options) |
WebDriverFacade(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory) |
WebDriverFacade(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
EnvironmentVariables environmentVariables) |
WebDriverFacade(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
org.openqa.selenium.WebDriver proxiedWebDriver,
Duration implicitTimeout) |
WebDriverFacade(org.openqa.selenium.WebDriver driver,
WebDriverFactory webDriverFactory,
EnvironmentVariables environmentVariables) |
Copyright © 2021. All rights reserved.