Table of Contents

Class StackTrace

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

StackTrace

public sealed class StackTrace
Inheritance
StackTrace
Inherited Members

Properties

CallFrames

callFrames

[JsonPropertyName("callFrames")]
public CallFrame[] CallFrames { get; set; }

Property Value

CallFrame[]

Description

description

[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Description { get; set; }

Property Value

string

Parent

parent

[JsonPropertyName("parent")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace Parent { get; set; }

Property Value

StackTrace

ParentId

parentId

[JsonPropertyName("parentId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTraceId ParentId { get; set; }

Property Value

StackTraceId