Skip to content

Instantly share code, notes, and snippets.

@jeffgca
Created September 17, 2015 21:25
Show Gist options
  • Save jeffgca/7786c1292751015e1204 to your computer and use it in GitHub Desktop.
Save jeffgca/7786c1292751015e1204 to your computer and use it in GitHub Desktop.
launch a profile
do shell script "/Applications/FirefoxNightly.app/Contents/MacOS/firefox -P Nightly &> /dev/null &"
delay 2
tell application "System Events" to keystroke tab using {command down, shift down}
delay 0.5
tell application "System Events" to keystroke "j" using {command down, shift down}
delay 0.5
tell application "System Events" to keystroke "`" using {command down}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment