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

Disable Search Engine Choice Screen in Selenium tests #6226

Open
matthias-ronge opened this issue Sep 12, 2024 · 1 comment
Open

Disable Search Engine Choice Screen in Selenium tests #6226

matthias-ronge opened this issue Sep 12, 2024 · 1 comment

Comments

@matthias-ronge
Copy link
Collaborator

Selenium tests execute behind an overlay asking for your search engine of choice, which must be clicked away manually to supervise what is going on.

Screen: Chose your search engine

Goal: Pass parameter -disable-search-engine-choice-screen to prevent screen

@henning-gerhardt
Copy link
Collaborator

henning-gerhardt commented Sep 12, 2024

You have a small typo in the parameter: it must be --disable-search-engine-choice-screen (two leading hyphens) instead of -disable-search-engine-choice-screen (one leading hyphen).

Edit: source for this option is f.e. https://stackoverflow.com/questions/78798750/how-to-get-rid-of-choose-your-search-engine-dialog-in-chrome-v-127-on-selenium

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

No branches or pull requests

2 participants