在脚本中会有:from appium import webdriver
第一次运行时可能会遇到这样的error:No module named appium
之所以会报这样的error是因为没有装client
client下载地址 :https://github.com/appium/python-client

下载下来后,python setup.py install

No module named appium

 

见:http://blog.sina.com.cn/s/blog_7ff239e10102vgl5.html

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2021-12-20
  • 2021-04-10
  • 2021-05-18
  • 2021-07-12
  • 2021-08-07
  • 2021-07-06
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-04-10
  • 2021-12-29
  • 2022-01-04
  • 2021-11-21
相关资源
相似解决方案