Table of Contents

Class AutoAttachRelatedCommandSettings

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

AutoAttachRelated

public sealed class AutoAttachRelatedCommandSettings : ICommand
Inheritance
AutoAttachRelatedCommandSettings
Implements
Inherited Members

Properties

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[]

TargetId

Gets or sets the targetId

[JsonPropertyName("targetId")]
public string TargetId { get; set; }

Property Value

string

WaitForDebuggerOnStart

Gets or sets the waitForDebuggerOnStart

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

Property Value

bool