Enum AXPropertyName
- Namespace
- Selenium.WebDriver.BiDi.Cdp.Accessibility
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Values of AXProperty name:
- from 'busy' to 'roledescription': states which apply to every AX node
- from 'live' to 'root': attributes which apply to nodes in live regions
- from 'autocomplete' to 'valuetext': attributes which apply to widgets
- from 'checked' to 'selected': states which apply to widgets
- from 'activedescendant' to 'owns': relationships between elements other than parent/child/sibling
- from 'activeFullscreenElement' to 'uninteresting': reasons why this noode is hidden
[JsonConverter(typeof(JsonStringEnumConverter<AXPropertyName>))]
public enum AXPropertyName
Fields
Actions = 0ActiveAriaModalDialog = 43ActiveFullscreenElement = 41ActiveModalDialog = 42Activedescendant = 32AriaHiddenElement = 44AriaHiddenSubtree = 45Atomic = 13Autocomplete = 16Busy = 1Checked = 27Controls = 33Describedby = 34Details = 35Disabled = 2Editable = 3EmptyAlt = 46EmptyText = 47Errormessage = 36Expanded = 28Flowto = 37Focusable = 4Focused = 5HasPopup = 17Hidden = 6HiddenRoot = 7InactiveCarouselTabContent = 56InertElement = 48InertSubtree = 49Invalid = 8Keyshortcuts = 9LabelContainer = 50LabelFor = 51Labelledby = 38Level = 18Live = 12Modal = 29Multiline = 21Multiselectable = 19NotRendered = 52NotVisible = 53Orientation = 20Owns = 39PresentationalRole = 54Pressed = 30ProbablyPresentational = 55Readonly = 22Relevant = 14Required = 23Roledescription = 11Root = 15Selected = 31Settable = 10Uninteresting = 57Url = 40Valuemax = 25Valuemin = 24Valuetext = 26