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(IReadOnlyList<StackFrame>)

public StackTrace(IReadOnlyList<StackFrame> CallFrames)

Parameters

CallFrames IReadOnlyList<StackFrame>

Properties

CallFrames

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

Property Value

IReadOnlyList<StackFrame>