Issues with ChromeDriver in 15.80
We recently upgraded TestComplete/TestExecute from 15.74 to 15.80, but we had to revert the upgrade due to issues with the ChromeDriver.
We have a Java application and use JxBrowser to embed some web components. With version 15.80 TestComplete/TestExecute all at once did not connect to Chrome within the embedded JxBrowser (we currently use version 141), but tried to connect with some other Chrome instance existing on the same machine (presumably some background process using version 144).
On the one hand we could see some "flickering of (browser?) windows" disturbing our tests, on the other hand we had error messages in our log regarding the incompability of the ChromeDriver, because we use ChromeDriver 141 for our Chrome 141 version, but TestComplete/TestExecute tried to connect to a Chrome 144 version:
Reason: session not created: This version of ChromeDriver only supports Chrome version 141 Current browser version is 144.0.7559.133 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe (SessionNotCreated)Hopefully this gets resolved in a future version of TestComplete/TestExecute.