1.引入模块报错 from collections import Iterator,Iterable 报错: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Iterator,Iterable2.修改为:…
1.检查一下有没有安装Appium-Python-Client,执行语句:pip install Appium-Python-Client进行安装 2.安装后,出现ModuleNotFoundError: No module named 'appium'的错误,需要在Pycharm中配置ProjectInterpreter.…