Skip to content

Instantly share code, notes, and snippets.

@langford
Created October 5, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save langford/cb85dea18c56e58d8ce268583b5282df to your computer and use it in GitHub Desktop.
Save langford/cb85dea18c56e58d8ce268583b5282df to your computer and use it in GitHub Desktop.
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