This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbumsik
Recipients kbumsik
Date 2018-07-02.09:51:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530525080.65.0.56676864532.issue34019@psf.upfronthosting.co.za>
In-reply-to
Content
webbrowser module currently opens Opera Browser using the following command:

opera -remote "openURL(https://google.com,new-window)"

While this follows Opera's documentation (https://www.opera.com/docs/switches/#remote), this is broken since Opera switched from its own engine to Chromium. The working command is exactly the same as Chrome:

opera --new-window https://google.com
History
Date User Action Args
2018-07-02 09:51:20kbumsiksetrecipients: + kbumsik
2018-07-02 09:51:20kbumsiksetmessageid: <1530525080.65.0.56676864532.issue34019@psf.upfronthosting.co.za>
2018-07-02 09:51:20kbumsiklinkissue34019 messages
2018-07-02 09:51:20kbumsikcreate