0
How can I open url in new tab?
4 odpowiedzi
+ 1
webbrowser.open_new_tab(url)
Open url in a new page (“tab”) of the default browser, if possible, otherwise equivalent to open_new().
pulled from:
https://docs.python.org/3/library/webbrowser.html
+ 1
Go through the link i sent
+ 1
sorry, I didn’t mean ti hit post
0
Does this work with the browser completely closed? I tried it, but it never opened.