Created
December 10, 2016 22:17
-
-
Save stuffmc/ff1c552d30ce92090bc2d8597eb7b37a to your computer and use it in GitHub Desktop.
This file contains 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
repeat | |
tell application "System Events" to tell process "iPhoto Library Manager" | |
if (count of sheets of window 1) = 1 then | |
click button "Try Again" of sheet 1 of window 1 | |
beep | |
beep | |
else | |
beep | |
end if | |
delay 5 | |
end tell | |
end repeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment