- Documentation
- Purchase License
- Browse Packages
If I open a html file and try 'open in browser' it will open the page, however in firefox and not my default browser which is chrome :S
I've tried the following in console, if it's any help:
- Code: Select all
>>> import webbrowser
>>> webbrowser.open_new_tab('google.com')
True
>>> webbrowser.get()
<webbrowser.Mozilla object at 0x1a67990>