Table of Contents

Class GetStackTraceCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Debugger
Assembly
Selenium.WebDriver.dll

Returns stack trace with given stackTraceId.

public sealed class GetStackTraceCommandSettings : ICommand
Inheritance
GetStackTraceCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StackTraceId

Gets or sets the stackTraceId

[JsonPropertyName("stackTraceId")]
public StackTraceId StackTraceId { get; set; }

Property Value

StackTraceId