Class StackTrace
java.lang.Object
org.openqa.selenium.devtools.v125.runtime.model.StackTrace
Call frames for assertions or error messages.
- 
Constructor Summary
ConstructorsConstructorDescriptionStackTrace(Optional<String> description, List<CallFrame> callFrames, Optional<StackTrace> parent, Optional<StackTraceId> parentId)  - 
Method Summary
Modifier and TypeMethodDescriptionJavaScript function name.String label of this stack trace.Asynchronous JavaScript stack trace that preceded this stack, if available.Asynchronous JavaScript stack trace that preceded this stack, if available. 
- 
Constructor Details
- 
StackTrace
public StackTrace(Optional<String> description, List<CallFrame> callFrames, Optional<StackTrace> parent, Optional<StackTraceId> parentId)  
 - 
 - 
Method Details
- 
getDescription
String label of this stack trace. For async traces this may be a name of the function that initiated the async call. - 
getCallFrames
JavaScript function name. - 
getParent
Asynchronous JavaScript stack trace that preceded this stack, if available. - 
getParentId
Asynchronous JavaScript stack trace that preceded this stack, if available. 
 -