blob: d4fc8ae5445061a80e588c677d1cae66173a24db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
This test checks value changed accessibility notifications.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
FocusedUIElementChanged AXHelp: Month=AXValueDescription: 10
FocusedUIElementChanged AXHelp: Day=AXValueDescription: 09
FocusedUIElementChanged AXHelp: Year=AXValueDescription: 2012
ValueChanged AXHelp: Day=AXValueDescription: 04
ValueChanged AXHelp: Day=AXValueDescription: 04
ValueChanged AXHelp: Year=AXValueDescription: 2013
ValueChanged AXHelp: Year=AXValueDescription: 2013
PASS successfullyParsed is true
TEST COMPLETE
|