Table of Contents

Class FilterEntry

Namespace
Selenium.WebDriver.BiDi.Cdp.Target
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record FilterEntry : IEquatable<FilterEntry>
Inheritance
FilterEntry
Implements
Inherited Members

Constructors

FilterEntry()

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

public FilterEntry()

Properties

Exclude

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

public bool? Exclude { get; init; }

Property Value

bool?

Type

If not present, matches any type.

public string? Type { get; init; }

Property Value

string