appium---【已解决】【Mac】from appium import webdriver报错提示“Unresolved import webdriver”

报错提示:

 from appium import webdriver提示Unresolved import webdriver

 

报错原因:没有安装Appium_Python_Client

解决办法:

终端执行:

第一种:pip install Appium_Python_Client

第二种:git clone https://github.com/appium/python-client.git 

本人使用第二种方式解决成功。

 

posted @ 2018-04-21 13:24  Syw_文  阅读(1516)  评论(0编辑  收藏  举报