enum Protocol::Accessibility::AXPropertyName
Overview
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.
Defined in:
protocol/accessibility.crEnum Members
-
Busy =
0
-
Disabled =
1
-
Editable =
2
-
Focusable =
3
-
Focused =
4
-
Hidden =
5
-
HiddenRoot =
6
-
Invalid =
7
-
Keyshortcuts =
8
-
Settable =
9
-
Roledescription =
10
-
Live =
11
-
Atomic =
12
-
Relevant =
13
-
Root =
14
-
Autocomplete =
15
-
HasPopup =
16
-
Level =
17
-
Multiselectable =
18
-
Orientation =
19
-
Multiline =
20
-
Readonly =
21
-
Required =
22
-
Valuemin =
23
-
Valuemax =
24
-
Valuetext =
25
-
Checked =
26
-
Expanded =
27
-
Modal =
28
-
Pressed =
29
-
Selected =
30
-
Activedescendant =
31
-
Controls =
32
-
Describedby =
33
-
Details =
34
-
Errormessage =
35
-
Flowto =
36
-
Labelledby =
37
-
Owns =
38
Instance Method Summary
- #activedescendant?
- #atomic?
- #autocomplete?
- #busy?
- #checked?
- #controls?
- #describedby?
- #details?
- #disabled?
- #editable?
- #errormessage?
- #expanded?
- #flowto?
- #focusable?
- #focused?
- #has_popup?
- #hidden?
- #hidden_root?
- #invalid?
- #keyshortcuts?
- #labelledby?
- #level?
- #live?
- #modal?
- #multiline?
- #multiselectable?
- #orientation?
- #owns?
- #pressed?
- #readonly?
- #relevant?
- #required?
- #roledescription?
- #root?
- #selected?
- #settable?
- #valuemax?
- #valuemin?
- #valuetext?