|
@@ -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())
|