Forum Discussion

tschurloit's avatar
tschurloit
Regular Visitor
24 days ago

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.

1 Reply

  • wsgarcia's avatar
    wsgarcia
    Occasional Contributor

    It looks like I've run into the same issue. We also use the jxvbrowser to open pdf docs. We get a ChromiumProcessStartupFailureException when attempting to open the document. 

    I really don't want to have to revert back to 15.76, but I will if I have to.