appium使用错误集合

原因:没有加载该文件

appium使用错误集合

解决方案:

cmd 使用:adb shell uiautomator dump

在cmd生成appium使用错误集合   然后就可以获取元素了

使用send_keys()输入报错

 selenium.common.exceptions.WebDriverException: Message: Parameters were incorrect. We wanted {"required":["value"]} and you sent ["text","value","id","sessionId"] 
 
解决方案:
根据论坛的说法 版本太高导致的,实际上版本并不高 由于本人水平有限 通过更换另一个文本输入方法解决
换成 set_text() 解决 

appium使用错误集合

上一篇:bootstrap初学者模板


下一篇:jQuery全屏滚动插件fullPage.js