From e0bdaf77453b19854dbe35eab79bcbc66b15ccf2 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 3 Jun 2025 05:38:55 +0100 Subject: [PATCH] Don't open devtools --- src/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.py b/src/utils.py index f0ebe34..ac32648 100644 --- a/src/utils.py +++ b/src/utils.py @@ -177,8 +177,6 @@ def get_webdriver(proxy: dict = None) -> WebDriver: # For normal headless mode: # options.add_argument('--headless') - options.add_argument("--auto-open-devtools-for-tabs") - # if we are inside the Docker container, we avoid downloading the driver driver_exe_path = None version_main = None