摘要: 配置toast请注意: 1、指定desired_caps["automationName"] = "UiAutomator2" 2、要求安装jdk1.8 64位及以上。配置其环境变量JAVA_HOME和path 3、Android系统5.0以上 4、appium server版本 1.6.3以上 5 阅读全文
posted @ 2019-04-02 21:53 云烟三渺 阅读(897) 评论(0) 推荐(0)
摘要: 报错: Message: Could not parse UiSelector argument: ‘xxxxxxxxx’ is not a string 解决方案:外侧用 ‘’ (单引号) ,里面的字符串用 " " (双引号) 阅读全文
posted @ 2019-04-02 21:50 云烟三渺 阅读(938) 评论(0) 推荐(0)