Circleci is showing error as "This version of ChromeDriver only supports Chrome version 76"

I am trying to run selenium testcases on circleci but it is showing error as “This version of ChromeDriver only supports Chrome version”. Below is my Circleci configs:

jobs:
build:
docker:
- image: circleci/ruby:2.6.3-node-browsers
environment:
RAILS_ENV: test
- image: circleci/mysql:5.7-ram

Can someone have solution to fix this error?

1 Like

The same issue here. Can I choose an image with specific version of chrome installed @circleci ?
Version 76 is pretty new and gems’ maintainers haven’t yet prepared versions supporting it.