Skip to content
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

ChromeDriver doesn't match Chrome version in Circle browsers image #1005

Open
cherewaty opened this issue Sep 8, 2021 · 1 comment
Open

Comments

@cherewaty
Copy link
Collaborator

test-agent, test-cli, and test-webdriver jobs on Circle CI are failing.

Error: session not created: This version of ChromeDriver only supports Chrome version 91

It appears the circleci/node:14-browsers image now includes Chrome 93.

@cowboyd
Copy link
Member

cowboyd commented Sep 9, 2021

We need a durable solution for this. Most other frameworks just require chromedriver to be installed as a dependency. If we want to auto-install, we should probably first detect the version of chrome that is actually installed and then work backwards and download the version of chromedriver needed to control it, because it's such a nagging problem.

#308 #885 #887 #894 #935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants