Table of Contents

Class LowTextContrastIssueDetails

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

LowTextContrastIssueDetails

public sealed class LowTextContrastIssueDetails
Inheritance
LowTextContrastIssueDetails
Inherited Members

Properties

ContrastRatio

contrastRatio

[JsonPropertyName("contrastRatio")]
public double ContrastRatio { get; set; }

Property Value

double

FontSize

fontSize

[JsonPropertyName("fontSize")]
public string FontSize { get; set; }

Property Value

string

FontWeight

fontWeight

[JsonPropertyName("fontWeight")]
public string FontWeight { get; set; }

Property Value

string

ThresholdAA

thresholdAA

[JsonPropertyName("thresholdAA")]
public double ThresholdAA { get; set; }

Property Value

double

ThresholdAAA

thresholdAAA

[JsonPropertyName("thresholdAAA")]
public double ThresholdAAA { get; set; }

Property Value

double

ViolatingNodeId

violatingNodeId

[JsonPropertyName("violatingNodeId")]
public long ViolatingNodeId { get; set; }

Property Value

long

ViolatingNodeSelector

violatingNodeSelector

[JsonPropertyName("violatingNodeSelector")]
public string ViolatingNodeSelector { get; set; }

Property Value

string