Uses of Class
org.openqa.selenium.devtools.v112.debugger.Debugger.SetPauseOnExceptionsState
-
Packages that use Debugger.SetPauseOnExceptionsState Package Description org.openqa.selenium.devtools.v112.debugger -
-
Uses of Debugger.SetPauseOnExceptionsState in org.openqa.selenium.devtools.v112.debugger
Methods in org.openqa.selenium.devtools.v112.debugger that return Debugger.SetPauseOnExceptionsState Modifier and Type Method Description static Debugger.SetPauseOnExceptionsStateDebugger.SetPauseOnExceptionsState. fromString(java.lang.String s)static Debugger.SetPauseOnExceptionsStateDebugger.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.v112.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.
-