Table of Contents

Class GetNodeStackTracesResult

Namespace
Selenium.WebDriver.BiDi.Cdp.DOM
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetNodeStackTracesResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetNodeStackTracesResult>
Inheritance
EmptyResult
GetNodeStackTracesResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetNodeStackTracesResult(StackTrace?)

public GetNodeStackTracesResult(StackTrace? Creation)

Parameters

Creation StackTrace

Creation stack trace, if available.

Properties

Creation

Creation stack trace, if available.

public StackTrace? Creation { get; init; }

Property Value

StackTrace