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

"Choose your search engine" popup #1918

Closed
SgtSobieski opened this issue Jun 12, 2024 · 2 comments
Closed

"Choose your search engine" popup #1918

SgtSobieski opened this issue Jun 12, 2024 · 2 comments

Comments

@SgtSobieski
Copy link

Hi,

since some weeks I got these popups coming up. Does anyone know how it would be possible to turn them off?

337196793-99f6cd38-328f-4775-b5ac-3b2593b8156c
337196880-031de0bc-a3d9-4162-9055-3e740c39815b

Has been an topic here: https://support.google.com/chrome/thread/278310235/choose-your-search-engine-pop-up-shown-while-default-engine-is-already-chosen?hl=en

Thanks in advance!

@sayfamedall
Copy link

https://stackoverflow.com/questions/78787332/selecting-default-search-engine-is-needed-for-chrome-version-127

@SgtSobieski
Copy link
Author

https://stackoverflow.com/questions/78787332/selecting-default-search-engine-is-needed-for-chrome-version-127

With the essence of the answer, quoted from stackoverflow:

Just need to add this Chrome Options:
options.addArguments("--disable-search-engine-choice-screen");

If you are using selenium with python, you have to use:
options.add_argument("--disable-search-engine-choice-screen")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants