1、点击ride中的Tools的View RIDE Log

2、打开日志报如下错误,提示没有six这个模块,可能是最新包的要对python版本兼容

3、所以使用pip install six安装包后

4、再导入AppiumLibrary的包,之后完美解决问题

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
猜你喜欢
  • 2021-09-16
  • 2021-08-05
  • 2021-10-25
  • 2021-08-04
  • 2021-06-03
  • 2021-07-28
  • 2021-05-14
相关资源
相似解决方案