Table of Contents

Class SetAttachDebugStackCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Network
Assembly
Selenium.WebDriver.dll

Specifies whether to attach a page script stack id in requests

public sealed class SetAttachDebugStackCommandSettings : ICommand
Inheritance
SetAttachDebugStackCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Whether to attach a page script stack for debugging purpose.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool