Created
October 5, 2016 14:59
-
-
Save langford/cb85dea18c56e58d8ce268583b5282df to your computer and use it in GitHub Desktop.
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
activate application "Safari" | |
repeat 100 times | |
tell application "System Events" | |
key code 28 using {shift down} | |
keystroke "a" | |
key code 34 using {shift down} | |
key code 124 | |
delay (1) | |
end tell | |
end repeat | |
-- from http://webapps.stackexchange.com/a/52747 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment