Skip to content

Instantly share code, notes, and snippets.

@seandenigris
Created August 22, 2011 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save seandenigris/1162273 to your computer and use it in GitHub Desktop.
Save seandenigris/1162273 to your computer and use it in GitHub Desktop.
Log onto ESUG 2010 Wireless
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