Closed LarryEitel closed 6 years ago
Thanks, commenting that line helped. I found that a solution could be updating the chromedriver, but i don't know how to do it, since i don't understand where it was saved by settings from ../config/drivers.php.
It get saved in vender/bin
directory.
@p3tr1q you can raise a PR to alter config/drivers.php
file with the latest version of chrome driver setting.
Unable to run basic test. Using Laravel 5.5 on Windows 10.
More searching revealed work around:
Comment out line:
vendor/modelizer/selenium/src/SeleniumTestCase.php:53
For more info, visit: https://stackoverflow.com/a/45459039/913295