Table of Contents

Class SetAutoAttachCommandSettings

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

SetAutoAttach

public sealed class SetAutoAttachCommandSettings : ICommand
Inheritance
SetAutoAttachCommandSettings
Implements
Inherited Members

Properties

AutoAttach

Gets or sets the autoAttach

[JsonPropertyName("autoAttach")]
public bool AutoAttach { get; set; }

Property Value

bool

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Filter

Gets or sets the filter

[JsonPropertyName("filter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[] Filter { get; set; }

Property Value

object[]

Flatten

Gets or sets the flatten

[JsonPropertyName("flatten")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Flatten { get; set; }

Property Value

bool?

WaitForDebuggerOnStart

Gets or sets the waitForDebuggerOnStart

[JsonPropertyName("waitForDebuggerOnStart")]
public bool WaitForDebuggerOnStart { get; set; }

Property Value

bool