Table of Contents

Enum SelectElementAccessibilityIssueReason

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

SelectElementAccessibilityIssueReason

[JsonConverter(typeof(JsonEnumMemberConverter<SelectElementAccessibilityIssueReason>))]
public enum SelectElementAccessibilityIssueReason

Fields

[EnumMember(Value = "DisallowedOptGroupChild")] DisallowedOptGroupChild = 1

Enumerated member for the DisallowedOptGroupChild value.

[EnumMember(Value = "DisallowedSelectChild")] DisallowedSelectChild = 0

Enumerated member for the DisallowedSelectChild value.

[EnumMember(Value = "InteractiveContentLegendChild")] InteractiveContentLegendChild = 4

Enumerated member for the InteractiveContentLegendChild value.

[EnumMember(Value = "InteractiveContentOptionChild")] InteractiveContentOptionChild = 3

Enumerated member for the InteractiveContentOptionChild value.

[EnumMember(Value = "NonPhrasingContentOptionChild")] NonPhrasingContentOptionChild = 2

Enumerated member for the NonPhrasingContentOptionChild value.