from appium import webdriver运行报错No module named 'webdriver'
改成 from selenium import webdriver就可以正常运行。因为是要做UI自动化,还是需要appium引用 哪位大神知道具体原因???
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
排查一下,有没有装Appium-Python-Client
再一个,看下本地有没有误创建跟库名一样的文件,比如:appium.py
升级一下Appium-Python-Client就可以了