You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing new version of chromedriver (127) instead of copying the executable file to the bin folder, a new file in the chromedriver zip download (THIRD_PARTY_NOTICES.chromedriver) is copied, so dusk becomes unusable.
The issue is on ChromeDriverCommand around line 228:
It seems a new index should be used when version is > 127 or maybe find a more robust way to get the file to copy (maybe having an array with os => executable file?)
Steps To Reproduce
php artisan dusk:chrome-driver
php artisan dusk
It throws an error like
dev.ERROR: Invalid path to Chromedriver [D:\desarrollos\enertrade.es\api.enertrade.es\vendor\laravel\dusk\src\Chrome/../../bin\chromedriver-win.exe]. Make sure to i
nstall the Chromedriver first by running the dusk:chrome-driver command.
The text was updated successfully, but these errors were encountered:
I am having the same issue since today, testing pipelines suddenly started failing.
I have to temporarily added an extra step to use an older version of the chromedriver until we have a permanent fix.
Dusk Version
8.2.1
Laravel Version
PHP Version
PHPUnit Version
NA
Database Driver & Version
No response
Description
When installing new version of chromedriver (127) instead of copying the executable file to the
bin
folder, a new file in the chromedriver zip download (THIRD_PARTY_NOTICES.chromedriver
) is copied, so dusk becomes unusable.The issue is on
ChromeDriverCommand
around line 228:It seems a new index should be used when version is > 127 or maybe find a more robust way to get the file to copy (maybe having an array with os => executable file?)
Steps To Reproduce
php artisan dusk:chrome-driver
php artisan dusk
It throws an error like
The text was updated successfully, but these errors were encountered: