Table of Contents

Class ViolationSetting

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

ViolationSetting

public sealed class ViolationSetting
Inheritance
ViolationSetting
Inherited Members

Properties

Name

name

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

Property Value

ViolationSettingNameValues

Threshold

threshold

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

Property Value

double