Class StackTraceId
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.StackTraceId
-
public class StackTraceId extends java.lang.ObjectIf `debuggerId` is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See `Runtime.StackTrace` and `Debugger.paused` for usages.
-
-
Constructor Summary
Constructors Constructor Description StackTraceId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDebuggerId()java.lang.StringgetId()voidsetDebuggerId(java.lang.String debuggerId)voidsetId(java.lang.String id)
-