Caused by: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so C

Not able to run the Testcases on Chrome Browser in the console mode using KRE. showing the above error “Caused by: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn’t exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)”
Can anyone help please ? we need to run on the chrome browser

It is likely the the ChromeDriver on your machine is too old. Possibly you should update the ChromeDriver by:

1 Like

Yes My ChromeDriver is also updated to the latest … still seeing the issue… driver is part of the KRE located in the webdriver folder

Actually, you may not want the latest Chrome driver, but one that is the same as your version of Chrome. In your Chrome browser, go to the three dots at top right, then “Settings”, and then “About Chrome”. That the version of Chrome you want; yes, it may be the latest but then again,…especially if you are still having concerns.

You are using Katalon Runtime Engine. Then you are supposed to be responsible for controlling the versions of both of Chrome Browser and Chrome Driver. Please check if the versions of 2 software on your machine are in sync.