Skip to content

Commit

Permalink
added disable-search-engine-choice flag (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
klept0 authored Jul 30, 2024
2 parents 92c0ac7 + 1351257 commit e63407e
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 e63407e

Please sign in to comment.