Uses of Class
org.openqa.selenium.internal.ShutdownHooks.HookExecutionStrategy
-
Packages that use ShutdownHooks.HookExecutionStrategy Package Description org.openqa.selenium.internal -
-
Uses of ShutdownHooks.HookExecutionStrategy in org.openqa.selenium.internal
Methods in org.openqa.selenium.internal that return ShutdownHooks.HookExecutionStrategy Modifier and Type Method Description static ShutdownHooks.HookExecutionStrategy
ShutdownHooks.HookExecutionStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShutdownHooks.HookExecutionStrategy[]
ShutdownHooks.HookExecutionStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.internal with parameters of type ShutdownHooks.HookExecutionStrategy Modifier and Type Method Description static void
ShutdownHooks. add(java.lang.Thread hook, ShutdownHooks.HookExecutionStrategy strategy)
-