Uses of Class
org.openqa.selenium.devtools.debugger.model.Paused.Reason
-
Packages that use Paused.Reason Package Description org.openqa.selenium.devtools.debugger.model -
-
Uses of Paused.Reason in org.openqa.selenium.devtools.debugger.model
Methods in org.openqa.selenium.devtools.debugger.model that return Paused.Reason Modifier and Type Method Description static Paused.Reason
Paused.Reason. fromString(java.lang.String s)
Paused.Reason
Paused. getReason()
Pause reason.static Paused.Reason
Paused.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Paused.Reason[]
Paused.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.debugger.model with parameters of type Paused.Reason Constructor Description Paused(java.util.List<CallFrame> callFrames, Paused.Reason reason, java.util.Map<java.lang.String,java.lang.Object> data, java.util.List<java.lang.String> hitBreakpoints, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, StackTraceId asyncCallStackTraceId)
-