We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b5765 + e63407e commit 0602f89Copy full SHA for 0602f89
src/browser.py
@@ -74,6 +74,7 @@ def browserSetup(
74
options.add_argument("--disable-default-apps")
75
options.add_argument("--disable-features=Translate")
76
options.add_argument('--disable-features=PrivacySandboxSettings4')
77
+ options.add_argument("--disable-search-engine-choice-screen")
78
79
seleniumwireOptions: dict[str, Any] = {"verify_ssl": False}
80
0 commit comments