Skip to content

Commit

Permalink
Add hint for common issue "This version of ChromeDriver only supports…
Browse files Browse the repository at this point in the history
… Chrome version" to README.md
  • Loading branch information
robertfausk committed Mar 28, 2020
1 parent 97fdd7d commit 2fdcc8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 2fdcc8f

Please sign in to comment.