|
@@ -289,7 +289,7 @@ class Topic:
|
|
search_history.click()
|
|
search_history.click()
|
|
break
|
|
break
|
|
except NoSuchElementException:
|
|
except NoSuchElementException:
|
|
- time.sleep(1)
|
|
|
|
|
|
+ time.sleep(3)
|
|
Common.logger(log_type).info('未发现更多按钮')
|
|
Common.logger(log_type).info('未发现更多按钮')
|
|
|
|
|
|
Common.logger(log_type).info('查找所有搜索历史')
|
|
Common.logger(log_type).info('查找所有搜索历史')
|