Hi,
I checked that the latest stable chrome browser version is 80 (UbuntuUpdates - Package Search (all versions of google-chrome-stable) ), but my scripts are getting executed in chrome version 77 in docker.
Could you please tell any solution as how can I execute in latest browser?
Soumya
1 Like
ThanhTo
February 5, 2020, 10:54am
#2
This is about the driver, I mean chrome browser.
ThanhTo
February 5, 2020, 11:50am
#4
I think Docker will pick up the version of the chrome browser on the same machine. Is your Chrome browser up to date ?
Yes, in my machine it is updated.
Also im executing test inside docker, and I checked in katalon docker, the following code is written:
which means it should pick up latest chrome version, but it is using chrome 77.
bionel
February 5, 2020, 4:10pm
#6
that, in fact, means it will pick up the version available when the docker image was built. so check also when the docker tag you are using was generated
or … build your own image and you should get the up-to-date browser
2 Likes
Hi @libra.soumya17 , i am facing the same issue. Can you please provide steps on how you resolve it.
Thanks