I am setting up Browser Test with Laravel 5.7. Install Laravel Dusk. My very beginning php artisan dusk
command return errors
My Chrome is version 76. Initially, I see "Chrome version must be between 70 and 73". So I download Chrome Driver for my corresponding browser version. Then Run the command again, and I see a new error Facebook\WebDriver\Exception\UnrecognizedExceptionException: invalid argument
I didn't change any code after running initial php artisan dusk:install