Caleb Rouleau

Results 7 comments of Caleb Rouleau

I wrote that error message. It means that ChromeDriver isn't finding the port it needs to talk to Chrome over. That could happen because Chrome crashed or failed to start...

Hi everyone! This error usually means that the Chrome binary that you passed in failed to start. If you can get a chromedriver.log file (instructions: http://chromedriver.chromium.org/logging ) and find where...

Maybe the chrome process that you are starting doesn't have permission to write to C:\dev\programs\BuildAgent\temp\buildTmp\scoped_dir23312_26653 you can check the permissions on that folder. Otherwise you can start chrome yourself using...

The key error is [0112/163302.613:ERROR:devtools_http_handler.cc(288)] Error writing DevTools active port to file The issue is that it cannot add a file to the directory "_chromedriver" from the argument: "--user-data-dir=_chromedriver" Could...

I wrote that error message. See https://bugs.chromium.org/p/chromedriver/issues/detail?id=2470 What version of Chrome are you using?

Interesting. I am updating ChromeDriver to improve the error message. I suspect that Chrome is just crashing for some reason. It would help if you could get logs from Chrome...

That should not impact your ability to get logs. See http://chromedriver.chromium.org/logging