Table of Contents

Class ViolationSetting

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

Violation configuration setting.

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

Constructors

ViolationSetting(string, double)

Violation configuration setting.

public ViolationSetting(string Name, double Threshold)

Parameters

Name string

Violation type.

Threshold double

Time threshold to trigger upon.

Properties

Name

Violation type.

public string Name { get; init; }

Property Value

string

Threshold

Time threshold to trigger upon.

public double Threshold { get; init; }

Property Value

double