-
Notifications
You must be signed in to change notification settings - Fork 56
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
Tests do not launch with latest Chrome version 116 #381
Comments
Hello, The root cause for this error is that Chrome changed the way they provide chromedriver for download. More details can be found here: https://chromedriver.chromium.org/downloads UIVeri5 is configured to find the latest chromedriver version (https://chromedriver.storage.googleapis.com/LATEST_RELEASE) and to compare with the available on the host version. Unfortunately this approach is not working after the recent changes. You can see that the "LATEST_RELEASE" is pointing version 114.x version and UIVeri5 is ensuring this version of the driver, but your browser is already 116.x version. It is required to have adaptation in the automatic chromedriver download procedure in UIVeri5. As the tool is already deprecated, the fix might be delayed. So till the fix is available, I would recommend manual workaround:
These steps should be done for each new version of the browser till we manage to provide a fix in the automatic procedure. Please comment if you have any issues applying the above procedure. I will be glat to further assist you. Best Regards, |
Hello Hristo, thank you very much for the quick reply. All clear! The workaround works well. Best regards, |
Something that was reported 2 years ago and SAP has not yet resolved. This repository has been discontinued? |
Hello, the project is deprecated around 3 years ago. It is stated at the top of the README.md There is a workaround for this issue, so if someone is still not migrated to another testing framework, can use it till the migration. Please consider migration to another testing framework. Good choice would be wdi5 |
Hello,
I'm trying to run UIVeri5 tests from my local machine in a non-headless mode and the tests fail to launch due to the fact that as the latest release for chromedriver the version 114.0.5735.90 is downloaded:
But this version of chromedriver can run only with browser version 114, while I have already Chrome being updated to version 116.0.5845.111:
Any feedback on this issue will be appreciated.
uiveri5 version: v1.47.9
node version: v18.16.1
npm version: 9.8.1
system: Windows 11
The text was updated successfully, but these errors were encountered: