Skip to content

Instantly share code, notes, and snippets.

@joemaygist
Created April 17, 2013 22:48
Show Gist options
  • Save joemaygist/5408414 to your computer and use it in GitHub Desktop.
Save joemaygist/5408414 to your computer and use it in GitHub Desktop.
AppleScript: Refresh Google Chrome
tell application "Google Chrome"
activate
tell application "System Events" to keystroke "r" using command down
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment