From 56f0847500f6665cd718feb71b996b49b7e1bc45 Mon Sep 17 00:00:00 2001 From: naibo Date: Tue, 7 Jan 2025 23:12:26 +0800 Subject: [PATCH] Parameter name change for loopExecute --- ExecuteStage/easyspider_executestage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExecuteStage/easyspider_executestage.py b/ExecuteStage/easyspider_executestage.py index 47f94a8..f02992b 100644 --- a/ExecuteStage/easyspider_executestage.py +++ b/ExecuteStage/easyspider_executestage.py @@ -1136,7 +1136,7 @@ class BrowserThread(Thread): return index, element # 对循环的处理 - def loopExecute(self, node, loopValue, clickPath="", index=0): + def loopExecute(self, node, loopValue, loopPath="", index=0): time.sleep(0.1) # 第一次执行循环的时候强制等待1秒 thisHandle = self.browser.current_window_handle # 记录本次循环内的标签页的ID try: