Skip to content

Commit

Permalink
added disable-search-engine-choice flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LtCMDstone authored Jul 25, 2024
1 parent 92c0ac7 commit 1351257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def browserSetup(
options.add_argument("--disable-default-apps")
options.add_argument("--disable-features=Translate")
options.add_argument('--disable-features=PrivacySandboxSettings4')
options.add_argument("--disable-search-engine-choice-screen")

seleniumwireOptions: dict[str, Any] = {"verify_ssl": False}

Expand Down

0 comments on commit 1351257

Please sign in to comment.