wangkun 2 years ago
parent
commit
1ed02da542
2 changed files with 2 additions and 1 deletions
  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())