Recover from slow browser navigation

This commit is contained in:
2026-07-28 23:47:15 +03:30
parent 823acdd128
commit 601b8ec69e
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -98,8 +98,8 @@ def _build_options(
opts.add_argument(f"--user-data-dir={profile_dir}")
opts.add_argument(f"--user-agent={user_agent}")
opts.add_argument("--no-sandbox")
opts.add_argument("--disable-dev-shm-usage")
opts.add_argument("--disable-gpu")
opts.add_argument("--renderer-process-limit=2")
opts.add_argument("--disable-blink-features=AutomationControlled")
opts.add_argument("--disable-infobars")
opts.add_argument("--window-size=1920,1080")