Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geckodrivers Missing for Mac and Linux #7

Closed
jrquick17 opened this issue Mar 25, 2021 · 1 comment · Fixed by #11
Closed

Geckodrivers Missing for Mac and Linux #7

jrquick17 opened this issue Mar 25, 2021 · 1 comment · Fixed by #11

Comments

@jrquick17
Copy link

I ran the following in my Laravel 6/PHP 7.3 project on Mac OS:

% php artisan dusk:install-firefox
Overwrite file /Users/jrquick/development/uabshp/r3/laravel/tests/DuskTestCase.php? (yes/no) [no]:

yes

Firefox scaffolding installed successfully.
Downloading Geckodriver binaries...
Geckodriver binary successfully installed for version v0.29.0.

% php artisan dusk:firefox-driver --all
x geckodriver
Unable to find executable in downloaded file /Users/jrquick/development/uabshp/r3/laravel/vendor/derekmd/laravel-dusk-firefox/src/Console/../../bin/geckodriver-v0.29.0-linux64.tar.gz
x geckodriver
Unable to find executable in downloaded file /Users/jrquick/development/uabshp/r3/laravel/vendor/derekmd/laravel-dusk-firefox/src/Console/../../bin/geckodriver-v0.29.0-macos.tar.gz

Seems to be missing linux and max geckodrivers

@tpaksu
Copy link

tpaksu commented Mar 27, 2021

You can manually download them from the link below and add them to bin folder. But there's a catch, the mac driver should be renamed to geckodriver-mac after you download it. (It seems the package searchs for that name in that folder)

https://github.com/mozilla/geckodriver/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants