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

Update Chrome version #22

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Specify the absolute path to your custom Chrome/Chromium installation (not suppo

Specify the major Chrome/Chromium version manually:

php artisan dusk:update 74
php artisan dusk:update 127

Specify the desired ChromeDriver version manually:

php artisan dusk:update 74.0.3729.6
php artisan dusk:update 127.0.6533.119

If Dusk is still using the previous version after the update, there is probably an old ChromeDriver process running that you need to terminate first.

## Contributing
Expand Down