1 Name Time Popularity Price
3 This tests that an ARIA grid with a hierarchy that ignores render elements in between will still expose the correct elements.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS grid.childrenCount is 6
9 PASS grid.childAtIndex(0).role is 'AXRole: AXRow'
10 PASS grid.childAtIndex(1).role is 'AXRole: AXColumn'
11 PASS grid.childAtIndex(0).childrenCount is 4
12 PASS grid.childAtIndex(0).childAtIndex(0).role is 'AXRole: AXCell'
13 PASS grid.childAtIndex(0).childAtIndex(0).role is 'AXRole: AXCell'
14 PASS grid.childAtIndex(0).childAtIndex(0).childAtIndex(0).role is 'AXRole: AXStaticText'
15 PASS grid.childAtIndex(0).childAtIndex(0).childAtIndex(0).stringValue is 'AXValue: 1'
16 PASS successfullyParsed is true