Skip to content

Commit

Permalink
Disable search engine popup with chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghalt authored and sebthom committed Aug 22, 2024
1 parent 0491636 commit 3154005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kleinanzeigen_bot/web_scraping_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ async def create_browser_session(self) -> None:
"--disable-domain-reliability",
"--disable-sync",
"--no-experiments",
"--disable-search-engine-choice-screen",

"--disable-features=MediaRouter",
"--use-mock-keychain",
Expand Down

0 comments on commit 3154005

Please sign in to comment.