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.Optional<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, java.util.Optional<StackTrace> asyncStackTrace, java.util.Optional<StackTraceId> asyncStackTraceId)
SetScriptSourceResponse(java.util.Optional<java.util.List<CallFrame>> callFrames, java.util.Optional<java.lang.Boolean> stackChanged, java.util.Optional<StackTrace> asyncStackTrace, java.util.Optional<StackTraceId> asyncStackTraceId, java.util.Optional<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.Optional<java.util.Map<java.lang.String,java.lang.Object>> data, java.util.Optional<java.util.List<java.lang.String>> hitBreakpoints, java.util.Optional<StackTrace> asyncStackTrace, java.util.Optional<StackTraceId> asyncStackTraceId, java.util.Optional<StackTraceId> asyncCallStackTraceId)
-