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

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

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

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

05-11 21:41