Table of Contents

Class FilterEntry

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

A filter used by target query/discovery/auto-attach operations.

public sealed class FilterEntry
Inheritance
FilterEntry
Inherited Members

Properties

Exclude

If set, causes exclusion of matching targets from the list.

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

Property Value

bool?

Type

If not present, matches any type.

[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Type { get; set; }

Property Value

string