Skip to content

Instantly share code, notes, and snippets.

@regnerjr
Created October 10, 2012 15:50
Show Gist options
  • Save regnerjr/3866486 to your computer and use it in GitHub Desktop.
Save regnerjr/3866486 to your computer and use it in GitHub Desktop.
Reload Books24x7 with AppleScript
tell application "Safari"
--trim_line(currentURL, "login.asp", 1)
set the URL of the front document to "http://ezproxy.msoe.edu:2091/"
end tell
--Click Button
tell application "Safari"
delay 3
do JavaScript "document.getElementsByName('loginform')[0].submit()" in front document
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment