From bd45b1f1a6ffc14ef9ecf7b5d30c7e9cb3f10acb Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Sat, 28 Dec 2024 22:05:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E6=97=A0=E5=A4=B4?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_utils.py b/browser_utils.py index 6c39c6b..a4f212b 100644 --- a/browser_utils.py +++ b/browser_utils.py @@ -29,6 +29,7 @@ class BrowserManager: co.set_pref("credentials_enable_service", False) co.set_argument("--hide-crash-restore-bubble") co.auto_port() + co.headless(True) # Mac 系统特殊处理 if sys.platform == "darwin":