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 / Chrome version mismatch #1041

Closed
SamKomesarook opened this issue Oct 10, 2021 · 2 comments
Closed

ChromeDriver / Chrome version mismatch #1041

SamKomesarook opened this issue Oct 10, 2021 · 2 comments

Comments

@SamKomesarook
Copy link

SamKomesarook commented Oct 10, 2021

ENV:

  • electron : "^15.1.0"
  • chromedriver : "^94.0.0"
  • spectron: "^15.0.0"
  • webdriverio : "^7.14.1"

When attempting to run a simple jest test, about a dozen chrome tabs open before I see the following err:
session not created: This version of ChromeDriver only supports Chrome version 91 Current browser version is 94.0.4606.71 with binary path node_modules/spectron/lib/launcher.js

This might be an issue with chromedriver, but given that the path points to spectron, I thought I'd report it here first. Is there a clear version mismatch messing up my env? I've reinstalled my packages a few times now, upgraded all of them to the latest versions, but chromedriver doesn't seem to be on the latest version...

I've also installed chromedriver via apt, which appears to be version 94.0.4606.81.

@andersk
Copy link
Contributor

andersk commented Oct 15, 2021

The README explains that Spectron 15 is only compatible with Electron 13. See #1027, #1038.

@SamKomesarook
Copy link
Author

Ah my mistake, thanks, will close this is favour of the other issues

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