When running wallaby tests if chrome/chromium and chromedriver versions do not match major, minor and build version numbers [1] you can get errors that may not make sense. Below is an example from chrome version 99.0.4844.74 and chromedriver version 97.0.4692.71:
When running wallaby tests if chrome/chromium and chromedriver versions do not match major, minor and build version numbers [1] you can get errors that may not make sense. Below is an example from chrome version
99.0.4844.74
and chromedriver version97.0.4692.71
:[1] https://sites.google.com/chromium.org/driver/downloads/version-selection
Originally posted by @djgoku in https://github.com/elixir-wallaby/wallaby/discussions/674