You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome is no longer listed in /katalon/version...see:
$ docker run -t --rm katalonstudio/katalon cat /katalon/version
+ echo Entrypoint
Entrypoint
+ '[' -z '' ']'
+ exec cat /katalon/version
Mozilla Firefox 81.0
Katalon Studio
$
Does this imply Chrome is no longer included in the image?
And does this explain why ChromeDriver will not stop insisting (and bombing out) that it only works with Chrome version 83?
The text was updated successfully, but these errors were encountered:
More info: I had to go back to tag 7.6.2 to find Chrome listed in /katalon/version...and -- I'm sure not coincidentally -- running pinned at katalonstudio/katalon:7.6.2 lets Katalon run without bombing with a ChromeDriver error.
More info: Another issue I was seeing with latest image was the "Basic Report" plugin was not being included in the run. But again pinning at tag 7.6.2 fixes that issue as well.
larimer
changed the title
Chrome no longer listed in /katalon/version?
Chrome not included in latest image?
Oct 2, 2020
Chrome is no longer listed in
/katalon/version
...see:Does this imply Chrome is no longer included in the image?
And does this explain why
ChromeDriver
will not stop insisting (and bombing out) that it only works with Chrome version 83?The text was updated successfully, but these errors were encountered: