码迷,mamicode.com
首页 > 移动开发 > 详细

Appium获取toast消息

时间:2019-07-11 22:02:02      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:github   不能   and   ice   board   识别   sig   href   dev   

Android获取toast,需要在参数里设置automationName:Uiautomator2

设置设备的信息

desired_caps = {
'platformName': 'Android',  # 平台
'platformVersion': '5.1',  # 版本号
'deviceName': 
'appPackage': 
'appActivity': 
'unicodeKeyboard': 'True',  # 防止键盘中文不能输入
'resetKeyboard': 'True',  # 重置设置生效
'automationName': 'Uiautomator2', #识别toast
'noSign':'True'
}

运行脚本,如果提示Uiautomator2错误, 需要更新appium1.6.3以上才能识别toast.
https://github.com/appium/appium-desktop/releases

Appium获取toast消息

标签:github   不能   and   ice   board   识别   sig   href   dev   

原文地址:https://www.cnblogs.com/lovesKey/p/11172971.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!