Come for answers, stay for best practices. All we're missing is you.
Forum question asked -
Anyone encountered the chrome launching failed in Maximo Selenium Framework V3. While I was running the project, the chrome is not launching and getting below error
------------------------------------------------------------------------------------------------------------------------------------------------------------
Caused by: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited normally (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location C:\Program Files (x86)\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.) (Driver info: chromedriver=75.0.3770.90 (a6dcaf7e3ec6f70a194cc25e8149475c6590e025-refs/branch-heads/3770@{#1003}),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 937 milliseconds
----------------------------------------------------------------------------------------------------------------------------------------------------------------
The selenium version in the Framework is 2.3
Chrome version on Computer:75.0.3770.100
If anyone had the same issue and handled it please share us the solution.
Thanks,
GAF QAResponse -
Sorry for the late reply!
Based on the error in the stack trace it's a problem with either the path to Chrome or the path to the Chrome WebDriver location. Can you check that the following 2 properties are set correctly: uitest.chrome.capabilitiesLocation and uitest.chrome.webdriverLocation.
Kristin