operachromiumdriver icon indicating copy to clipboard operation
operachromiumdriver copied to clipboard

Error: "DevToolsActivePort file doesn't exist"

Open thorstenkampe opened this issue 7 years ago • 5 comments

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)```

thorstenkampe avatar Oct 13 '18 11:10 thorstenkampe

Any update on the bug fix or is there any workaround?

sudipta1978 avatar Jun 03 '19 10:06 sudipta1978

Same error for me. Any update would be appreciated

Flo354 avatar Jul 24 '19 12:07 Flo354

Same here, Is there any fix to this issue?

Lcpp0 avatar Aug 12 '19 17:08 Lcpp0

@thorstenkampe @sudipta1978 @Flo354 @Lcpp0 Anyone find a solution to this yet?

arthurvanpasselia avatar Jan 10 '20 15:01 arthurvanpasselia

@arthurvanpasselia @sudipta1978 @Flo354 @Lcpp0 I've been using the following to get around this issue:

options.addArguments("--remote-debugging-port=9222");

SeamusMacRat avatar Jan 28 '20 16:01 SeamusMacRat