采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
老师 我的demo一直跑不起来,针对报错网上查询也没查到原因,麻烦老师帮我排查下,报错见截图
# coding=utf-8from appium import webdriverimport timedesired_caps = { 'platformName': 'Android', 'deviceName': 'CLB0219320000437', 'app':'D:\\vipkid_v2.18.0_34734081_default_2019-06-28_debug.apk', 'platformVersion': '23', #5.1.1 'noReset':'true', 'automationName': 'uiautomator2', 'androidDeviceReadyTimeout' : '20' #'sessionOverride':True }driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps)time.sleep(5)driver.quit()
代码发一下呀
# coding=utf-8 from appium import webdriver import time desired_caps = { 'platformName': 'Android', 'deviceName': 'CLB0219320000437', 'app':'D:\\vipkid_v2.18.0_34734081_default_2019-06-28_debug.apk', 'platformVersion': '23', #5.1.1 'noReset':'true', 'automationName': 'uiautomator2', 'androidDeviceReadyTimeout' : '20' #'sessionOverride':True } driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps) time.sleep(5) driver.quit()
老师 能抽时间帮忙看下吗
登录后可查看更多问答,登录/注册
APP自动化基础知识、po模型、关键字模型、服务自动化、持续集成
1.9k 25
3.2k 15
9.7k 14
2.9k 14
2.1k 13
购课补贴联系客服咨询优惠详情
慕课网APP您的移动学习伙伴
扫描二维码关注慕课网微信公众号