operachromiumdriver
operachromiumdriver copied to clipboard
Error: "DevToolsActivePort file doesn't exist"
Opera is running; the web driver shows:
DevTools listening on ws://127.0.0.1:39828/devtools/browser/435dddb7-ea11-4227-b3ec-624947699194
[12436:11812:1013/133329.911:ERROR:input_datastore.cc(284)] Keybinding Shift+/ used for both command Find and Find
Nevertheless Selenium shows:
.\selenium-side-runner -c browserName=opera Default.side
info: Running Default.side
FAIL C:/data/flash drive/PortableApps/nodejs/side-suite-Default/Default Suite.test.js
● Test suite failed to run
WebDriverError: unknown error: Opera failed to start: crashed
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location F:\PortableApps\Opera Developer\58.0.3105.0\opera.exe is no longer running, so OperaDriver is assuming that Opera has crashed.)
(Driver info: OperaDriver=2.40 (a50783a565882ef2022bea655e8560f37ecf8afe),platform=Windows NT 10.0.17134 x86_64)```
Any update on the bug fix or is there any workaround?
Same error for me. Any update would be appreciated
Same here, Is there any fix to this issue?
@thorstenkampe @sudipta1978 @Flo354 @Lcpp0 Anyone find a solution to this yet?
@arthurvanpasselia @sudipta1978 @Flo354 @Lcpp0 I've been using the following to get around this issue:
options.addArguments("--remote-debugging-port=9222");