Table of Contents

Class CheckContrastCommandSettings

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

Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.

public sealed class CheckContrastCommandSettings : ICommand
Inheritance
CheckContrastCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ReportAAA

Whether to report WCAG AAA level issues. Default is false.

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

Property Value

bool?