From 2b1b7f6188e73f599e779f48d504288b4c5af2a4 Mon Sep 17 00:00:00 2001 From: g1879 Date: Fri, 11 Aug 2023 15:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=ADtab?= =?UTF-8?q?=E6=97=B6=E5=B0=8F=E5=87=A0=E7=8E=87=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrissionPage/chromium_driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DrissionPage/chromium_driver.py b/DrissionPage/chromium_driver.py index 09e9cbf..01aede3 100644 --- a/DrissionPage/chromium_driver.py +++ b/DrissionPage/chromium_driver.py @@ -93,6 +93,9 @@ class ChromiumDriver(object): continue + except Exception: + return None + finally: self.method_results.pop(message['id'], None)