@shassain look into this https://github.com/laravel/dusk/issues/770#issuecomment-625495556 hope it'll help you!
php artisan dusk:install
php artisan dusk:install Dusk scaffolding installed successfully. Downloading ChromeDriver binaries...
ErrorException
failed loading cafile stream: `C:\xampp\apache\bin\curl-ca-bundle.crt'
at C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:179 175| ], 176| ]; 177| } 178|
179| return trim(file_get_contents($this->latestVersionUrl, false, stream_context_create($streamOptions))); 180| } 181| 182| /** 183| * Download the ChromeDriver archive.
1 C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:179 file_get_contents("https://chromedriver.storage.googleapis.com/LATEST_RELEASE")
2 C:\xampp\htdocs\veracruz\vendor\laravel\dusk\src\Console\ChromeDriverCommand.php:143 Laravel\Dusk\Console\ChromeDriverCommand::latestVersion()
Please or to participate in this conversation.