webbrowser.open_new_tab(url) 
Open url in a new page (“tab”) of the default browser, if possible, otherwise equivalent to open_new().
webbrowser.open_new_tab(url) 
Open url in a new page (“tab”) of the default browser, if possible, otherwise equivalent to open_new().
Please login to continue.