Uses of Enum Class
org.openqa.selenium.devtools.v126.debugger.Debugger.SetPauseOnExceptionsState
Packages that use Debugger.SetPauseOnExceptionsState
-
Uses of Debugger.SetPauseOnExceptionsState in org.openqa.selenium.devtools.v126.debugger
Methods in org.openqa.selenium.devtools.v126.debugger that return Debugger.SetPauseOnExceptionsStateModifier and TypeMethodDescriptionDebugger.SetPauseOnExceptionsState.fromString
(String s) Returns the enum constant of this class with the specified name.static Debugger.SetPauseOnExceptionsState[]
Debugger.SetPauseOnExceptionsState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v126.debugger with parameters of type Debugger.SetPauseOnExceptionsStateModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
Debugger.setPauseOnExceptions
(Debugger.SetPauseOnExceptionsState state) Defines pause on exceptions state.