Table of Contents

Class StackTraceId

Namespace
OpenQA.Selenium.DevTools.V148.Runtime
Assembly
Selenium.WebDriver.dll

If 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.

public sealed class StackTraceId
Inheritance
StackTraceId
Inherited Members

Properties

DebuggerId

debuggerId

[JsonPropertyName("debuggerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DebuggerId { get; set; }

Property Value

string

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string