Uses of Class
org.openqa.selenium.devtools.v141.debugger.model.CallFrame
Packages that use CallFrame
Package
Description
-
Uses of CallFrame in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger that return types with arguments of type CallFrameModifier and TypeMethodDescriptionDebugger.RestartFrameResponse.getCallFrames()New stack trace.Debugger.SetScriptSourceResponse.getCallFrames()New stack trace in case editing has happened while VM was stopped.Constructor parameters in org.openqa.selenium.devtools.v141.debugger with type arguments of type CallFrameModifierConstructorDescriptionRestartFrameResponse(List<CallFrame> callFrames, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId) SetScriptSourceResponse(Optional<List<CallFrame>> callFrames, Optional<Boolean> stackChanged, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId, Debugger.SetScriptSourceResponse.Status status, Optional<ExceptionDetails> exceptionDetails) -
Uses of CallFrame in org.openqa.selenium.devtools.v141.debugger.model
Methods in org.openqa.selenium.devtools.v141.debugger.model that return types with arguments of type CallFrameModifier and TypeMethodDescriptionPaused.getCallFrames()Call stack the virtual machine stopped on.Constructor parameters in org.openqa.selenium.devtools.v141.debugger.model with type arguments of type CallFrameModifierConstructorDescriptionPaused(List<CallFrame> callFrames, Paused.Reason reason, Optional<Map<String, Object>> data, Optional<List<String>> hitBreakpoints, Optional<StackTrace> asyncStackTrace, Optional<StackTraceId> asyncStackTraceId, Optional<StackTraceId> asyncCallStackTraceId)