Pascal Bihler
Pascal Bihler
I can confirm that the info bar disappears on macOS with Opera 77 if you specify `--test-type=webdriver` (which `operadriver` does).
With the Selenium 3 Java binding, we don't see any issue there, but we also clean up the browser cache in the profile before start. Even more, the `data:,` is...
Seems to be related to the "chrome://startpageshared" url which somehow is automatically used as first page as soon as a user-data-dir is provided: ``` [1579522137.169][INFO]: Launching Opera: /Applications/Opera.app/Contents/MacOS/Opera --allow-elevated-browser --disable-background-networking...
Any news on the issue? The problem still persists with the new Opera 68
Same situation with Opera 71 - the operadriver seems to add the `data:` argument when no `--user-data-dir` is specified (Then the _startpageshared_ is not called), but the argument is missing...