appium+python进行手机app自动化测试时send_keys报错

Message: Parameters were incorrect. We wanted {"required":["value"]} and you sent ["text","sessionId","id","value"]

http://www.cnblogs.com/binghaixuefeng/p/5558804.html

我现在也碰到这个问题了,请问你解决完了吗? 求解决方法,谢谢!!!

我也遇到这个问题,求问楼主解决这个问题了吗?

http://www.7forz.com/2973/#comment-521 selenium新版导致的问题,降级后解决:
1. pip uninstall selenium
2. pip install selenium==3.3.1

降到3.3.1后仍报同样的错误