blob: 117906709b28e666314d6b060bf9aa36eb54c68a [file] [log] [blame]
option 1
option 2
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