Replies: 2 comments 7 replies
-
Hi FIlip, Currently, for Chrome driver the auto setup functionality tries to detect the installed browser version only on Windows. For Linux and macOS it just installs the latest driver version available. Let me try to find and implement the similar browser version detection for Linux shortly. Will keep you posted. Until then, if you need to fix your pipeline now, you can do one of the following:
|
Beta Was this translation helpful? Give feedback.
-
Filip, I've just released Atata.WebDriverSetup v1.2.0 with added Chrome version detection for Linux and macOS. You can update the reference in your project. Please, let me know if it will not work for you. |
Beta Was this translation helpful? Give feedback.
-
Hi Yevgeniy!
We are using your framework in a project and the day before yesterday our tests started to failing. We are bulding our tests through github actions the build is succesfull but all tests are failing because of the wrong chrome version as far as I understand the error message below:
A total of 1 test files matched the specified pattern.
Starting ChromeDriver 92.0.4515.43 (8c61b7e2989f2990d42f859cac71319137787cce-refs/branch-heads/4515@{#306}) on port 36785
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
X BE_UserWantsToCreateANewBusinessUnit [871ms]
Error Message:
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 92
Current browser version is 91.0.4472.164 with binary path /usr/bin/google-chrome (SessionNotCreated)
Locally the tests are working as I have the latest chrome version but when running on the server with such configuration its not working:
there is no chrome configuration so I guess the version needs to come somewhere from atata config, but I dont have any specific version choosed anywhere:
config:
atata.json:
Can you help me to resolve this problem?
Greetings from Poland,
Filip.
Beta Was this translation helpful? Give feedback.
All reactions