Skip to content

Not dowloading/using the correct Chromium binary for snapshots on macOS(M1) #586

Answered by Robdel12
prsdta asked this question in Support
Discussion options

You must be logged in to vote

Hey @prsdta! This error is from your test suite and unrelated to Percy:

Selenium::WebDriver::Error::SessionNotCreatedError:
   session not created: This version of ChromeDriver only supports Chrome version 92
   Current browser version is 94.0.4606.81 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

You'll need to upgrade the version of ChromeDriver to match the version installed on your machine. You can use a gem like webdrivers to manage that: https://github.com/titusfortner/webdrivers#chromechromium

You'll want to undo any of the executable config set in the .percy.yml. Percy's asset discovery browser is entirely separate from the test suites browser.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@prsdta
Comment options

Answer selected by prsdta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants