blob: d5030bba2581c706866962759091dbc2344a1a9a [file] [log] [blame]
This tests that a notification listener on an element only listens to that one element, and that a global notification listener listens to all notifications.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Slider
SELECT InvalidStatusChanged
GLOBAL InvalidStatusChanged on element with role AXRole: AXPopUpButton
SLIDER ValueChanged
GLOBAL ValueChanged on element with role AXRole: AXSlider
PASS selectNotificationCount is 1
PASS sliderNotificationCount is 1
PASS globalNotificationCount is 2
PASS successfullyParsed is true
TEST COMPLETE