Skip to content

Instantly share code, notes, and snippets.

@tlync
Created March 7, 2012 10:45
Show Gist options
  • Save tlync/1992476 to your computer and use it in GitHub Desktop.
Save tlync/1992476 to your computer and use it in GitHub Desktop.
Reload a web page on iPhone Simulator
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