Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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