| Package | Description |
|---|---|
| net.serenitybdd.core.webdriver.configuration | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static RestartBrowserForEach |
RestartBrowserForEach.configuredIn(EnvironmentVariables environmentVariables) |
static RestartBrowserForEach |
RestartBrowserForEach.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartBrowserForEach[] |
RestartBrowserForEach.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RestartBrowserForEach.restartBrowserForANew(RestartBrowserForEach restartLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) |
void |
WebdriverCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) |
void |
TestSuiteCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) |
void |
DeactivatedCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) |
Copyright © 2022. All rights reserved.