Created
January 5, 2015 19:15
-
-
Save jacobsalmela/1a9b7872cffa31304e0f to your computer and use it in GitHub Desktop.
Opens a sample TestNav site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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