blob: efe1f94bea3b68dd1fd55362d6da56884759a739 [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 Blur
SELECT InvalidStatusChanged
GLOBAL InvalidStatusChanged on element with role AXRole: AXPopUpButton
SLIDER ValueChanged
GLOBAL ValueChanged on element with role AXRole: AXSlider
PASS selectNotificationCount is 2
PASS sliderNotificationCount is 1
PASS globalNotificationCount is 2
PASS successfullyParsed is true
TEST COMPLETE