Uses of Class
net.serenitybdd.core.webdriver.configuration.RestartBrowserForEach
| Package | Description |
|---|---|
| net.serenitybdd.core.webdriver.configuration | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of RestartBrowserForEach in net.serenitybdd.core.webdriver.configuration
Methods in net.serenitybdd.core.webdriver.configuration that return RestartBrowserForEach Modifier and Type Method Description static RestartBrowserForEachRestartBrowserForEach. configuredIn(EnvironmentVariables environmentVariables)static RestartBrowserForEachRestartBrowserForEach. valueOf(java.lang.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.Methods in net.serenitybdd.core.webdriver.configuration with parameters of type RestartBrowserForEach Modifier and Type Method Description booleanRestartBrowserForEach. restartBrowserForANew(RestartBrowserForEach restartLevel) -
Uses of RestartBrowserForEach in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver with parameters of type RestartBrowserForEach Modifier and Type Method Description voidCloseBrowser. closeIfConfiguredForANew(RestartBrowserForEach event)voidDeactivatedCloseBrowser. closeIfConfiguredForANew(RestartBrowserForEach event)voidTestSuiteCloseBrowser. closeIfConfiguredForANew(RestartBrowserForEach event)voidWebdriverCloseBrowser. closeIfConfiguredForANew(RestartBrowserForEach event)