Will Ubuntu 22.04 image update it's chrome browser to version 109 anytime soon? #6917
IanCTH
started this conversation in
Installed software
Replies: 1 comment
-
Hello, we always install the lates version of the chrome, so it should be available next week |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the Ubuntu 22.04 image uses the chrome browser version 108.0.5359.124.
We've recently updated our npm package to use
"chromedriver": "^109.0.0"
and now our tests are failing with the following error:Will Ubuntu image 22.04 update it's chrome browser to version 109 anytime soon?
Thanks!
P.S. A quick fix for anyone encountering the same problem: I run the following script in the running instance of the image. It simply downloads the chrome browser and installs it, replacing the default chrome version
108
with the newly installed version109
Beta Was this translation helpful? Give feedback.
All reactions