运行自动化代码,appium返回Could not parse UiSelector argument: 'XXX' is not a string,其中的xxx就是定位的元素

解决方案:
外侧用 ‘’ (单引号) ,里面的字符串用 " " (双引号)

参考: https://blog.csdn.net/qq544649790/article/details/83960311

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-10-03
  • 2021-07-26
  • 2021-08-04
  • 2021-07-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-09-04
  • 2021-05-21
  • 2022-12-23
相关资源
相似解决方案