Table of Contents

Class SetBlackboxPatternsCommandSettings

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

SetBlackboxPatterns

public sealed class SetBlackboxPatternsCommandSettings : ICommand
Inheritance
SetBlackboxPatternsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Patterns

Gets or sets the patterns

[JsonPropertyName("patterns")]
public string[] Patterns { get; set; }

Property Value

string[]

SkipAnonymous

Gets or sets the skipAnonymous

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

Property Value

bool?