Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetAsyncCallStackDepthCommandSettings

Namespace
OpenQA.Selenium.DevTools.V136.Runtime
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