Uses of Class
org.openqa.selenium.devtools.v109.debugger.Debugger.SetPauseOnExceptionsState
-
Packages that use Debugger.SetPauseOnExceptionsState Package Description org.openqa.selenium.devtools.v109.debugger -
-
Uses of Debugger.SetPauseOnExceptionsState in org.openqa.selenium.devtools.v109.debugger
Methods in org.openqa.selenium.devtools.v109.debugger that return Debugger.SetPauseOnExceptionsState Modifier and Type Method Description static Debugger.SetPauseOnExceptionsState
Debugger.SetPauseOnExceptionsState. fromString(java.lang.String s)
static Debugger.SetPauseOnExceptionsState
Debugger.SetPauseOnExceptionsState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Debugger.SetPauseOnExceptionsState[]
Debugger.SetPauseOnExceptionsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v109.debugger with parameters of type Debugger.SetPauseOnExceptionsState Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>
Debugger. setPauseOnExceptions(Debugger.SetPauseOnExceptionsState state)
Defines pause on exceptions state.
-