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
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.
The text was updated successfully, but these errors were encountered:
ENV:
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.
The text was updated successfully, but these errors were encountered: