From 9810f0f280920026e4636756e8e4266679403f24 Mon Sep 17 00:00:00 2001 From: g1879 Date: Fri, 2 Dec 2022 00:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DTab=20stop()=E6=97=B6?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DrissionPage/tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DrissionPage/tab.py b/DrissionPage/tab.py index 1c0e8ce..a59bfc4 100644 --- a/DrissionPage/tab.py +++ b/DrissionPage/tab.py @@ -104,7 +104,7 @@ class Tab(object): continue - raise UserAbortException("User abort, call stop() when calling %s" % message['method']) + # raise UserAbortException("User abort, call stop() when calling %s" % message['method']) finally: self.method_results.pop(message['id'], None)