Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwdolphin/e7de2d0a21914708bd9a to your computer and use it in GitHub Desktop.
Save bwdolphin/e7de2d0a21914708bd9a to your computer and use it in GitHub Desktop.
tell application "Safari"
activate
delay 1.5
tell application "System Events"
tell process "Safari"
set frontmost to true
click menu item 2 of menu 1 of menu item "iPhone Simulator" of menu 1 of menu bar item "Develop" of menu bar 1
end tell
end tell
end tell
@manur
Copy link

manur commented Feb 1, 2015

Thank you. I can't tell how how much I hate having to reload the console on every new build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment