GoogleChrome / chrome-launcher

Launch Google Chrome with ease from node.
https://www.npmjs.com/package/chrome-launcher
Apache License 2.0
1.26k stars 189 forks source link

Search-engine dialog #336

Open matzrm opened 3 months ago

matzrm commented 3 months ago

Hi,

from last chrome update, every time chrome-launcher start an instance, chrome ask for select a search engine. Any one have a solution for this?

Thank you,

antelm-dev commented 3 months ago

Hey add --disable-search-engine-choice-screen to chromeFlags in the launch options.

matzrm commented 3 months ago

Thank you!

adamraine commented 3 months ago

I haven't noticed this personally, but --disable-search-engine-choice-screen seems like a flag we may want to enable by default.

cc @paulirish

matzrm commented 3 months ago

In Italy all my installations get this screen, the flag fixed the issue!