diff --git a/README.md b/README.md index 46f68e2..7c4ec84 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ Run phpunit tests docker-compose exec php7.2 vendor/bin/phpunit +If you run into issues of type ```session not created: This version of ChromeDriver only supports Chrome version 79``` +then it is because of mismatched versions between installed chrome driver and chromium. +Best way to bypass this problem is to update them to their newest version. +The first line could be sufficient but this depends on your actual setup. + + docker-compose exec php7.2 vendor/symfony/panther/chromedriver-bin/update.sh + docker-compose build php7.2 + ## Credits Created by Robert Freigang [robertfausk](https://github.com/robertfausk).