Guest User

Untitled

a guest
Oct 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. tell application "System Preferences"
  2. activate
  3. reveal pane "Network"
  4. delay 1
  5. tell application "System Events"
  6. tell process "System Preferences"
  7. click button "Advanced…" of window "Network"
  8. delay 1
  9. click radio button "Wi-Fi" of tab group 1 of sheet 1 of window "Network"
  10. delay 0.5
  11. tell application "System Events" to keystroke "Cole"
  12. delay 0.2
  13. end tell
  14. end tell
Add Comment
Please, Sign In to add comment