Uses of Enum
net.serenitybdd.core.webdriver.configuration.RestartBrowserForEach
Packages that use RestartBrowserForEach
Package
Description
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 RestartBrowserForEachModifier and TypeMethodDescriptionstatic RestartBrowserForEachRestartBrowserForEach.configuredIn(EnvironmentVariables environmentVariables) static RestartBrowserForEachReturns 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 RestartBrowserForEachModifier and TypeMethodDescriptionbooleanRestartBrowserForEach.restartBrowserForANew(RestartBrowserForEach restartLevel) -
Uses of RestartBrowserForEach in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver with parameters of type RestartBrowserForEachModifier and TypeMethodDescriptionvoidCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) voidDeactivatedCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) voidTestSuiteCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event) voidWebdriverCloseBrowser.closeIfConfiguredForANew(RestartBrowserForEach event)