Class Debugger.RestartFrameResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.debugger.Debugger.RestartFrameResponse
-
- Enclosing class:
- Debugger
public static class Debugger.RestartFrameResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestartFrameResponse(java.util.List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackTrace
getAsyncStackTrace()
Async stack trace, if any.StackTraceId
getAsyncStackTraceId()
Async stack trace, if any.java.util.List<CallFrame>
getCallFrames()
New stack trace.
-
-
-
Constructor Detail
-
RestartFrameResponse
public RestartFrameResponse(java.util.List<CallFrame> callFrames, StackTrace asyncStackTrace, StackTraceId asyncStackTraceId)
-
-
Method Detail
-
getCallFrames
public java.util.List<CallFrame> getCallFrames()
New stack trace.
-
getAsyncStackTrace
public StackTrace getAsyncStackTrace()
Async stack trace, if any.
-
getAsyncStackTraceId
public StackTraceId getAsyncStackTraceId()
Async stack trace, if any.
-
-