Table of Contents

Class SetAsyncCallStackDepthCommandSettings

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

SetAsyncCallStackDepth

public sealed class SetAsyncCallStackDepthCommandSettings : ICommand
Inheritance
SetAsyncCallStackDepthCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

MaxDepth

Gets or sets the maxDepth

[JsonPropertyName("maxDepth")]
public long MaxDepth { get; set; }

Property Value

long