标题: 使用appium过qq登录的滑动验证码 [打印本页]

作者: 双子敬汉卿    时间: 2019-6-28 16:06
标题: 使用appium过qq登录的滑动验证码
driver = webdriver.Remote('http://127.0.0.1:4730/wd/hub', desired_caps)
sleep(3)
j = 9
print(j)
# 登陆
try:
    driver.find_elements_by_android_uiautomator("new UiSelector().text(\"登录\")")[0].click()
    sleep(3)
except:
    pass
driver.find_element_by_class_name("android.widget.EditText").clear()
sleep(1)
driver.find_element_by_class_name("android.widget.EditText").send_keys(qq_login_acc[j])
driver.find_element_by_id("com.tencent.mobileqq:id/password").send_keys(qq_login_password[j])
sleep(1)
driver.find_element_by_id("com.tencent.mobileqq:id/login").click()
sleep(10)
for i in range(800, 950, 20):
    print(i)
    swipRight_qq(driver, u=i)
    sleep(2)
sleep(5)

作者: 学生新时代    时间: 2019-11-29 17:45
能用吗




欢迎光临 (http://www.51hei.com/bbs/) Powered by Discuz! X3.1