This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Clock" | |
activate | |
end tell | |
tell application "System Events" | |
tell application process "Clock" | |
tell window 1 | |
# Go to Timers, 1 = World Clock and so on | |
click radio button 4 of radio group 1 of group 1 of toolbar 1 | |
# button 2 is pause, button 1 is cancel |