提交 b584d259 authored 作者: 周千淇's avatar 周千淇

更新 test滑动.py

上级 c362c31d
...@@ -8,7 +8,7 @@ from selenium.webdriver.support import expected_conditions as EC ...@@ -8,7 +8,7 @@ from selenium.webdriver.support import expected_conditions as EC
import time import time
import traceback import traceback
#测试滑动 #测试滑动
DRIVER_PATH = "C:\\Users\\zqq\\Desktop\\test\\chromedriver-win64\\chromedriver.exe" DRIVER_PATH = "chromedriver-win64\\chromedriver.exe"
VOTE_URL = "https://test-h5.hudongtang.cn/doings/?eid=144&channel=web&withUserAgent=true#/home/aqe" VOTE_URL = "https://test-h5.hudongtang.cn/doings/?eid=144&channel=web&withUserAgent=true#/home/aqe"
SLIDER_LOCATOR = (By.CLASS_NAME, "verify-move-block") SLIDER_LOCATOR = (By.CLASS_NAME, "verify-move-block")
BG_LOCATOR = (By.CLASS_NAME, "q-img__image--loaded") BG_LOCATOR = (By.CLASS_NAME, "q-img__image--loaded")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论