Created
October 19, 2012 00:50
-
-
Save seiji/3915641 to your computer and use it in GitHub Desktop.
Reload Current Tab of MobileSafari
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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