Skip to content

Instantly share code, notes, and snippets.

@dawsontoth
Created December 6, 2012 15:33
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 dawsontoth/4225366 to your computer and use it in GitHub Desktop.
Save dawsontoth/4225366 to your computer and use it in GitHub Desktop.
osascript to focus chrome, and hit cmd+r to refresh the page.
tell application "System Events"
tell application "Google Chrome" to activate
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