python appium使用uiselector定位时,提示 Could not parse UiSelector argument: 'XXX' is not a string
摘要:
运行自动化代码,appium返回Could not parse UiSelector argument: 'XXX' is not a string,其中的xxx就是定位的元素 解决方案:外侧用 ‘’ (单引号) ,里面的字符串用 " " (双引号) 参考: https://blog.csdn.ne 阅读全文
posted @ 2019-06-24 18:42 刚刚好1 阅读(840) 评论(0) 推荐(0) 编辑