seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.45k stars 908 forks source link

"Choose your search engine" google chrome popup #2839

Closed MiMaPr closed 3 weeks ago

MiMaPr commented 3 weeks ago

Since this week this popup appears, which seems to be very similar to the popup about privacy which could be solved with this argument: --add_argument('--disable-features=PrivacySandboxSettings4').

Maybe someone has a clue how to get past this one. The html tag is "search-engine-choice-app".

Thanks in advance

image

image

mdmintz commented 3 weeks ago

It may happen for regular Selenium users (https://support.google.com/chrome/thread/278310235/choose-your-search-engine-pop-up-shown-while-default-engine-is-already-chosen?hl=en) but I'm not seeing it with SeleniumBase. I think the existing options take care of it.

If you're seeing it in SeleniumBase, I'll need a minimal script to reproduce it, and the run command you used.

You can also probably use --guest mode to hide it. (--incognito probably works too)