Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created January 5, 2015 19:15
Show Gist options
  • Save jacobsalmela/1a9b7872cffa31304e0f to your computer and use it in GitHub Desktop.
Save jacobsalmela/1a9b7872cffa31304e0f to your computer and use it in GitHub Desktop.
Opens a sample TestNav site
# Open a URL once a user is logged in
import webbrowser
new = 2 # open in a new tab, if possible
sample_test = "https://testnav.com/mnqc/
webbrowser.open(system_check,new=new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment