Skip to content

Instantly share code, notes, and snippets.

@tzarskyz
Forked from seandenigris/gist:1162273
Created December 5, 2013 00:54
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 tzarskyz/7798388 to your computer and use it in GitHub Desktop.
Save tzarskyz/7798388 to your computer and use it in GitHub Desktop.
activate application "Captive Network Assistant"
tell application "System Events"
tell process "Captive Network Assistant"
tell UI element 1 of scroll area 1 of window "Join “central”"
set value of text field 1 of group 12 to ""
set value of text field 1 of group 14 to ""
click button "Submit" of group 16
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment