| Package | Description |
|---|---|
| net.serenitybdd.core |
Core domain model for the Serenity application.
|
| net.thucydides.core.annotations |
Thucydides annotations.
|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static WebdriverManager |
Serenity.getWebdriverManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseAnnotations.injectDrivers(WebdriverManager webdriverManager) |
void |
TestCaseAnnotations.injectDrivers(org.openqa.selenium.WebDriver defaultDriver,
WebdriverManager webdriverManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerenityWebdriverManager
Manage WebDriver instances.
|
| Modifier and Type | Method and Description |
|---|---|
static WebdriverManager |
ThucydidesWebDriverSupport.getWebdriverManager() |
static WebdriverManager |
ThucydidesWebDriverSupport.getWebdriverManager(WebDriverFactory webDriverFactory,
DriverConfiguration configuration) |
WebdriverManager |
WebdriverManager.withOptions(String driverOptions) |
WebdriverManager |
SerenityWebdriverManager.withOptions(String driverOptions) |
WebdriverManager |
WebdriverManager.withProperty(String property,
String value) |
WebdriverManager |
SerenityWebdriverManager.withProperty(String property,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThucydidesWebDriverSupport.initialize(WebdriverManager webdriverManager,
String requestedDriver) |
| Constructor and Description |
|---|
WebdriverContext(WebdriverManager webdriverManager,
String context) |
Copyright © 2022. All rights reserved.