Enum AXValueType
- Namespace
- Selenium.WebDriver.BiDi.Cdp.Accessibility
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Enum of possible property types.
[JsonConverter(typeof(JsonStringEnumConverter<AXValueType>))]
public enum AXValueType
Fields
Boolean = 0BooleanOrUndefined = 2ComputedString = 10DomRelation = 13Idref = 3IdrefList = 4Integer = 5InternalRole = 15Node = 6NodeList = 7Number = 8Role = 14String = 9Token = 11TokenList = 12Tristate = 1ValueUndefined = 16