laravel / dusk

Laravel Dusk provides simple end-to-end testing and browser automation.
https://laravel.com/docs/dusk
MIT License
1.87k stars 320 forks source link

Added `--disable-search-engine-choice-screen` argument #1111

Closed pascalbaljet closed 1 month ago

pascalbaljet commented 1 month ago

As of Chrome v127, there is a "Choose your search engine" modal, which is quite annoying when taking screenshots or debugging a Dusk test. This PR adds the --disable-search-engine-choice-screen flag to get rid of it.

Screenshot 2024-07-30 at 10 34 23