Table of Contents

Class SetAsyncCallStackDepthCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Runtime
Assembly
Selenium.WebDriver.dll

Enables or disables async call stacks tracking.

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

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).

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

Property Value

long