Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Last active August 29, 2015 14:12
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 jacobsalmela/f2791a6b87f733d483c7 to your computer and use it in GitHub Desktop.
Save jacobsalmela/f2791a6b87f733d483c7 to your computer and use it in GitHub Desktop.
Windows: Open TestNav system check
# Open a URL once a user is logged in
import webbrowser
new = 2 # open in a new tab, if possible
system_check = "https://proctorcaching.pearsonaccess.com/ems/systemCheck/systemCheck.jsp?acc=mn"
webbrowser.open(system_check,new=new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment