Table of Contents

Class FilterEntry

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

FilterEntry

public sealed class FilterEntry
Inheritance
FilterEntry
Inherited Members

Properties

Exclude

exclude

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

Property Value

bool?

Type

type

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

Property Value

string