Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hsac/fitnesse-fixtures-test-jre11-chrome:5.3.18 logging filled with warnings about CDP implementation matching 124 #5

Closed
DLeijenKeylane opened this issue Jan 22, 2025 · 2 comments

Comments

@DLeijenKeylane
Copy link

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.

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

@fhoeben
Copy link
Owner

fhoeben commented Feb 1, 2025

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

@fhoeben
Copy link
Owner

fhoeben commented Feb 2, 2025

Should be fixed in 5.3.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants