Skip to content

Instantly share code, notes, and snippets.

@abbood
Created February 17, 2017 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abbood/2c38e6b0266f6336979334cb69fdeed4 to your computer and use it in GitHub Desktop.
Save abbood/2c38e6b0266f6336979334cb69fdeed4 to your computer and use it in GitHub Desktop.
tell application "Alfred 3" to activate
tell application "System Events"
keystroke "," using command down
delay delay_time
tell process "Alfred Preferences"
delay delay_time
select button "Features" of toolbar 1 of window "Alfred Preferences"
delay delay_time
-- select row 3 of table 1 of scroll area 1 of window "Alfred Preferences"
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment