Table of Contents

Class CheckContrastCommandSettings

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

CheckContrast

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

Gets or sets the reportAAA

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

Property Value

bool?