Table of Contents

Class GetNodeStackTracesCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.DOM
Assembly
Selenium.WebDriver.dll

Response for Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.

public sealed class GetNodeStackTracesCommandResponse : ICommandResponse<GetNodeStackTracesCommandSettings>, ICommandResponse
Inheritance
GetNodeStackTracesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Creation

Creation stack trace, if available.

[JsonPropertyName("creation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? Creation { get; set; }

Property Value

StackTrace