In Webbrowser module there is a function called webbrowser.open_new_tab() which help's us to open url in a new page of the default browser if possible other wise it works same as webbrowser.open_new() function work.
This function take "URL" as parameter and open the inputted url in a new tab in default browser window.
Comments