Skip to content

Instantly share code, notes, and snippets.

@peutetre
Created September 25, 2012 12:50
Show Gist options
  • Save peutetre/3781590 to your computer and use it in GitHub Desktop.
Save peutetre/3781590 to your computer and use it in GitHub Desktop.
Show Safari remote inspector from the command line
try
tell application "Safari" to activate
tell application "System Events"
tell process "Safari"
tell menu bar 1
tell menu bar item "Develop"
tell menu "Develop"
tell menu "iPhone Simulator" of menu item "iPhone Simulator"
delay 1
click menu item "index.html"
end tell
end tell
end tell
end tell
key code 36
end tell
end tell
end try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment