php

How to fix ChromeDriver version mismatch error when you run Behat tests

When the chrome browser gets updated automatically on your computer, the ChromeDriver version is not going to be updated. Therefore, it causes the mismatch between the chrome browser and the ChromeDriver version. In the context of Behat tests, ChromeDriver allows Behat to control Chrome (e.g. enabling it to move around …