import webbrowser urL='https://www.google.com' chrome_path="C:Program Files (x86)GoogleChromeApplicationchrome.exe" webbrowser.register('chrome', None,webbrowser.BackgroundBrowser(chrome_path)) webbrowser.get('chrome').open_new_tab(urL)