Table of Contents

Class GetStackTraceCommandSettings

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

GetStackTrace

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