Skip to content

Instantly share code, notes, and snippets.

@seiji
Created October 19, 2012 00:50
Show Gist options
  • Save seiji/3915641 to your computer and use it in GitHub Desktop.
Save seiji/3915641 to your computer and use it in GitHub Desktop.
Reload Current Tab of MobileSafari
tell application "System Events"
tell process "iPhone Simulator"
click button "Reload" of window 1
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment