| Package | Description |
|---|---|
| net.serenitybdd.core.webdriver.driverproviders | |
| net.serenitybdd.core.webdriver.enhancers | |
| net.thucydides.core.configuration | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| net.thucydides.core.webdriver.capabilities |
| Modifier and Type | Method and Description |
|---|---|
AddEnvironmentSpecifiedDriverCapabilities |
AddEnvironmentSpecifiedDriverCapabilities.forDriver(SupportedWebDriver driver) |
static CustomCapabilities |
CustomCapabilities.forDriver(SupportedWebDriver driver) |
org.openqa.selenium.MutableCapabilities |
DriverCapabilities.realBrowserCapabilities(SupportedWebDriver driverType,
String options) |
AddCustomDriverCapabilities |
AddCustomDriverCapabilities.withTestDetails(SupportedWebDriver driver,
TestOutcome testOutcome) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.MutableCapabilities |
BeforeAWebdriverScenario.apply(EnvironmentVariables environmentVariables,
SupportedWebDriver driver,
TestOutcome testOutcome,
org.openqa.selenium.MutableCapabilities capabilities) |
| Modifier and Type | Method and Description |
|---|---|
SupportedWebDriver |
WebDriverConfiguration.getDriverType()
Get the currently-configured browser type.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedWebDriver |
SupportedWebDriver.forClass(Class<?> driverClass) |
SupportedWebDriver |
DriverStrategySelector.forDriverClass(Class<? extends org.openqa.selenium.WebDriver> driverClass) |
static SupportedWebDriver |
SupportedWebDriver.getClosestDriverValueTo(String value) |
SupportedWebDriver |
DriverConfiguration.getDriverType() |
static SupportedWebDriver |
SupportedWebDriver.getDriverTypeFor(String value) |
static SupportedWebDriver |
SupportedWebDriver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedWebDriver |
SupportedWebDriver.valueOrSynonymOf(String driverName) |
static SupportedWebDriver[] |
SupportedWebDriver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.MutableCapabilities |
CapabilityEnhancer.enhanced(org.openqa.selenium.MutableCapabilities capabilities,
SupportedWebDriver driver) |
Class<? extends org.openqa.selenium.WebDriver> |
WebDriverFactory.getClassFor(SupportedWebDriver driverType) |
org.openqa.selenium.WebDriver |
WebDriverFactory.newInstanceOf(SupportedWebDriver driverType)
Create a new WebDriver instance of a given type.
|
| Modifier and Type | Method and Description |
|---|---|
<D extends org.openqa.selenium.MutableCapabilities> |
W3CCapabilities.forDriver(SupportedWebDriver driver) |
Copyright © 2022. All rights reserved.