这个异常各位同学都经历过吧。

appium中报错n unknown server-side error occurred while processing the command.的处理

因为习惯了selenium,再appium中出现这种异常时,本能的通过其他方式来定位,无果。查看adb devices 也都正常。突然想到为什么可以正常启动APP但是到这一步就报错。根据经验判断可能是页面元素还没加载完成。就给定位元素之前加了延迟。

appium中报错n unknown server-side error occurred while processing the command.的处理

运行程序,成功解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-06-07
  • 2022-12-23
  • 2021-05-10
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2021-10-23
  • 2021-11-02
  • 2021-08-31
  • 2021-12-24
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案