You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running tests with hsac/fitnesse-fixtures-test-jre11-chrome:5.3.18, there are a lot of log lines like this:
Unable to find CDP implementation matching 124
Unable to find version of CDP to use for 124.0.6367.78. You may need to include a dependency on a specific version of the CDP using something similar to org.seleniumhq.selenium:selenium-devtools-v86:4.27.0 where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
Good that you pointed this out. It turns out the base image we used is no longer maintained for new chrome versions: hence this message.
It turns out the cross platform images we wanted are no distributed via the main Selenium project. I will update our GitHub workflow to utilise these and see whether that improves things
When running tests with hsac/fitnesse-fixtures-test-jre11-chrome:5.3.18, there are a lot of log lines like this:
I suspect this may be related to an issue we have faced in the past:
fhoeben/hsac-fitnesse-fixtures#562
fhoeben/hsac-fitnesse-fixtures#689
The text was updated successfully, but these errors were encountered: