Table of Contents

Class SetDiscoverTargetsCommandSettings

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

SetDiscoverTargets

public sealed class SetDiscoverTargetsCommandSettings : ICommand
Inheritance
SetDiscoverTargetsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Discover

Gets or sets the discover

[JsonPropertyName("discover")]
public bool Discover { get; set; }

Property Value

bool

Filter

Gets or sets the filter

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

Property Value

object[]