概述
InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
appium desk 1.13
运行时候报错
InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
修改
npm安装版本appium命令行
C:UsersusernameAppDataRoamingnpmnode_modulesappiumnode_modulesappium-android-driverbuildlib
appium-desktop版本
C:Program FilesAppiumresourcesappnode_modulesappiumnode_modulesappium-android-driverbuildlib
修改文件:driver.js
只需要修改其中一行即可
this.locatorStrategies = ['xpath', 'id', 'class name', 'accessibility id', '-android uiautomator','name'];--------再此行代码中添加上name
修改完成之后,保存文件,再次重启appium服务,就可以继续使用ByName定位
最后
以上就是甜蜜裙子为你收集整理的appium新版本不支持name的全部内容,希望文章能够帮你解决appium新版本不支持name所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复