Due to change https://chromium-review.googlesource.com/c/chromium/src/+/1166229/ the version number printed by ChromeDriver has changed eg: instead of 2.38 it reports as 69.0.3497.81
What was the reason for the change? https://sites.google.com/a/chromium.org/chromedriver/downloads still reports the versions by the previous versioning scheme so it's going to be hard to reconcile versions.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/3b7ad24f-0802-4a6b-8b2a-6b0d24f0e45e%40chromium.org.
I like the overall idea here to have a clear mapping from Chrome version to ChromeDriver version. However, the granularity here is a bit too fine for me. Can we have a single ChromeDriver version (like 70.xx) mapping to one Chrome major version? After all, I don’t think the build number (like 3538 here) is that meaningful, and you don’t need to release ChromeDriver so often. And I hope this ChromeDriver is compatible for all channels within a major version, from Canary to Dev, Beta, and Stable. There might be a bit overhead here, but within a single major version, I think the cost might not be that big.
Furthermore, may I suggest to release ChromeDriver together with Chrome binaries on desktop, including Windows, Linux and macOS. This might add 3-4MB binary size (compressed), but we don’t need to fight against the compatibility of ChromeDriver. You also have the server to cache all the builds of Chrome from master. At least, I hope ChromeDriver can be provided there for each build to facilitate some automatic testing.
Thanks!
Regards,
-Yang
To unsubscribe from this group and stop receiving emails from it, send an email to
chromium-dev...@chromium.org.
To view this discussion on the web visit
https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CA%2BN%2BEKayaEnKYa1W6SLgg7B12zgosQOvw8HyDLAwcqFPnaxMNQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/449511B60B07F243AAB9127EA4776CD05B9E1590%40SHSMSX104.ccr.corp.intel.com.
Thanks for the clarification! If the branch number is fixed for Beta and Stable, I’m fine with this. I ever worked on Chrome for Android, and my impression is there can be multiple build numbers for Beta or even Stable. I think it’s not the case now.
Currently our automation test is based on Canary (to “predict” some regression), how can I find the ChromeDriver for it? If we have to map the build number, I suppose you have to release ChromeDriver very often.
Will you think about the requirement to release ChromeDriver with Chrome? Canary, Dev, Beta, Stable channels and builds against master at your server.
Regards,
-Yang