wangkun 1 年之前
父节点
当前提交
4c96a8e1bb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      shipinhao/shipinhao_search/shipinhao_search.py

+ 2 - 0
shipinhao/shipinhao_search/shipinhao_search.py

@@ -194,8 +194,10 @@ class ShipinhaoSearch:
         }
         driver = webdriver.Remote("http://localhost:4723/wd/hub", caps)
         driver.implicitly_wait(10)
+        Common.logger(log_type, crawler).info("点击微信")
         if len(driver.find_elements(By.ID, 'android:id/text1')) != 0:
             driver.find_elements(By.ID, 'android:id/text1')[0].click()
+        Common.logger(log_type, crawler).info("等待 5s")
         time.sleep(5)
         cls.search_video(log_type=log_type,
                          crawler=crawler,