wangkun 2 yıl önce
ebeveyn
işleme
1ed02da542
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. BIN
      .DS_Store
  2. 2 1
      main/shipinhao_recommend.py

BIN
.DS_Store


+ 2 - 1
main/shipinhao_recommend.py

@@ -5,7 +5,8 @@ import sys
 import time
 from appium import webdriver
 from appium.webdriver.webdriver import WebDriver
-from selenium.common import NoSuchElementException
+# from selenium.common import NoSuchElementException
+from selenium.common.exceptions import NoSuchElementException
 from selenium.webdriver.common.by import By
 
 sys.path.append(os.getcwd())