Table of Contents

Class StackTrace

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Call frames for assertions or error messages.

public sealed record StackTrace : IEquatable<StackTrace>
Inheritance
StackTrace
Implements
Inherited Members

Constructors

StackTrace(ImmutableArray<CallFrame>)

Call frames for assertions or error messages.

public StackTrace(ImmutableArray<CallFrame> CallFrames)

Parameters

CallFrames ImmutableArray<CallFrame>

JavaScript function name.

Properties

CallFrames

JavaScript function name.

public ImmutableArray<CallFrame> CallFrames { get; init; }

Property Value

ImmutableArray<CallFrame>

Description

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

public string? Description { get; init; }

Property Value

string

Parent

Asynchronous JavaScript stack trace that preceded this stack, if available.

public StackTrace? Parent { get; init; }

Property Value

StackTrace

ParentId

Asynchronous JavaScript stack trace that preceded this stack, if available.

public StackTraceId? ParentId { get; init; }

Property Value

StackTraceId