Uses of Enum Class
org.openqa.selenium.devtools.v141.debugger.model.Paused.Reason
Packages that use Paused.Reason
-
Uses of Paused.Reason in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return Paused.ReasonModifier and TypeMethodDescriptionstatic Paused.ReasonPaused.Reason.fromString(String s) Paused.getReason()Pause reason.static Paused.ReasonReturns the enum constant of this class with the specified name.static Paused.Reason[]Paused.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.debugger.model with parameters of type Paused.ReasonModifierConstructorDescriptionPaused(List<CallFrame> callFrames, Paused.Reason reason, Optional<Map<String, Object>> data, Optional<List<String>> hitBreakpoints, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId, Optional<StackTraceId> asyncCallStackTraceId)