ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.54k stars 1.14k forks source link

Always "choose search engine" overlay at every new run #1959

Open xD3NN15x opened 1 month ago

xD3NN15x commented 1 month ago

SInce the latest chrome update yesterday it always get me this "choose your search engine" overlay on every start of the script.

Even after choosing and setting up the search engine in the "normal" chrome browser it still pops up with uc all the time.

Screenshot 2024-07-24 111837

phaeton1199 commented 1 month ago

This worked for me: config.add_argument("--disable-search-engine-choice-screen")

I don't remember where I read it, so unfortunately I can't credit the person that gave me the solution.