blob: c941c70c94cab0d461c433c413944b395a6f481a [file] [log] [blame]
This tests that the aria 'option' role works as expected. That is, it becomes a static text element with no children.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
firstChild.role is AXRole: AXStaticText
firstChild.title is AXTitle: option 1
secondChild.role is AXRole: AXStaticText
secondChild.description is AXDescription: label 2
PASS firstChild.childrenCount is 0
PASS secondChild.childrenCount is 0
PASS successfullyParsed is true
TEST COMPLETE
option 1
option 2