|
@@ -297,7 +297,7 @@ class ShipinhaoSearch:
|
|
|
|
|
|
index = 0
|
|
|
while True:
|
|
|
- if cls.search_elements(driver, '//*[@class="//*[@class="mixed-box__bd"]"]') is None:
|
|
|
+ if cls.search_elements(driver, '//*[@class="mixed-box__bd"]"]') is None:
|
|
|
Common.logger(log_type, crawler).info('窗口已销毁\n')
|
|
|
return
|
|
|
|