Table of Contents

Class SetMaxCallStackSizeToCaptureCommandSettings

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

SetMaxCallStackSizeToCapture

public sealed class SetMaxCallStackSizeToCaptureCommandSettings : ICommand
Inheritance
SetMaxCallStackSizeToCaptureCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Size

Gets or sets the size

[JsonPropertyName("size")]
public long Size { get; set; }

Property Value

long