Table of Contents

Class StackTrace

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record StackTrace : IEquatable<StackTrace>
Inheritance
StackTrace
Implements
Inherited Members

Constructors

StackTrace(IReadOnlyCollection<StackFrame>)

public StackTrace(IReadOnlyCollection<StackFrame> CallFrames)

Parameters

CallFrames IReadOnlyCollection<StackFrame>

Properties

CallFrames

public IReadOnlyCollection<StackFrame> CallFrames { get; init; }

Property Value

IReadOnlyCollection<StackFrame>