-
Notifications
You must be signed in to change notification settings - Fork 79
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
Chromium driver version (79) does not match latest Chrome (81) #91
Comments
Furthermore, I see the same errors when using the option "--config -webui.autoUpdateDrivers=true". |
Hi, Our tests are failing for the exact same reason. Setting the browser version in the project settings > Desired Capabilities > Web UI also didn't fix it. |
@oymo we temporarily worked around this for now by using the last version before 7.3: |
@StijnMeersschaert Thanks, for sharing, Stijn. We also found a workaround for the latest version, by downloading the latest chromium driver for Linux, and placing this in a special folder of our Katalon project structure. See: |
Are there any plans to fix this underlying issue, which is that the I too had to work around this issue by using the last known (to me) working version of the Katalon docker container: |
There is a conflict between the Chromium driver and Chrome versions in the 7.3.1 image, and probably also earlier images.
When we run our a simple Test Suite Collection by executing
docker run -t --rm -v "$(pwd)":/tmp/project katalonstudio/katalon:7.3.1 katalonc.sh -projectPath=/tmp/project -retry=0 -statusDelay=15 -testSuiteCollectionPath="Test Suites/TSC-eb" -apikey=xxx
It runs as expected and displays amongst much else
The problem is, that our test cases run with the Chrome browser fail, and the log states:
The Chrome driver in the docker image, seems to be:
ChromeDriver 79.0.3945.36
The text was updated successfully, but these errors were encountered: