Table of Contents

Class ViolationSetting

Namespace
OpenQA.Selenium.DevTools.V146.Log
Assembly
Selenium.WebDriver.dll

Violation configuration setting.

public sealed class ViolationSetting
Inheritance
ViolationSetting
Inherited Members

Properties

Name

Violation type.

[JsonPropertyName("name")]
public ViolationSettingNameValues Name { get; set; }

Property Value

ViolationSettingNameValues

Threshold

Time threshold to trigger upon.

[JsonPropertyName("threshold")]
public double Threshold { get; set; }

Property Value

double