blob: d9b1aa5495adedeeb0fee596d645822c19ce0c63 [file] [log] [blame]
link
This tests the ability to search for accessible elements by key or text.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS resultElement.boolAttributeValue('AXVisited') is false
PASS resultElement.childAtIndex(0).stringValue is 'AXValue: link'
PASS resultElement.boolAttributeValue('AXVisited') is true
PASS resultElement.childAtIndex(0).stringValue is 'AXValue: link'
PASS successfullyParsed is true
TEST COMPLETE