[New-bugs-announce] [issue34019] webbrowser: wrong arguments for Opera browser.

Bumsik Kim report at bugs.python.org
Mon Jul 2 05:51:20 EDT 2018


New submission from Bumsik Kim <kbumsik at gmail.com>:

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

----------
components: Library (Lib)
messages: 320863
nosy: kbumsik
priority: normal
severity: normal
status: open
title: webbrowser: wrong arguments for Opera browser.
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34019>
_______________________________________


More information about the New-bugs-announce mailing list