Uses of Class
org.openqa.selenium.devtools.debugger.model.CallFrame
-
Packages that use CallFrame Package Description org.openqa.selenium.devtools.debugger org.openqa.selenium.devtools.debugger.model -
-
Uses of CallFrame in org.openqa.selenium.devtools.debugger
Methods in org.openqa.selenium.devtools.debugger that return types with arguments of type CallFrame Modifier and Type Method Description java.util.List<CallFrame>
Debugger.RestartFrameResponse. getCallFrames()
New stack trace.java.util.List<CallFrame>
Debugger.SetScriptSourceResponse. getCallFrames()
New stack trace in case editing has happened while VM was stopped.Constructor parameters in org.openqa.selenium.devtools.debugger with type arguments of type CallFrame Constructor Description RestartFrameResponse(java.util.List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
SetScriptSourceResponse(java.util.List<CallFrame> callFrames, java.lang.Boolean stackChanged, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId, ExceptionDetails exceptionDetails)
-
Uses of CallFrame in org.openqa.selenium.devtools.debugger.model
Methods in org.openqa.selenium.devtools.debugger.model that return types with arguments of type CallFrame Modifier and Type Method Description java.util.List<CallFrame>
Paused. getCallFrames()
Call stack the virtual machine stopped on.Constructor parameters in org.openqa.selenium.devtools.debugger.model with type arguments of type CallFrame 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)
-