An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: read ECONNRESET
运行环境:robotframework+appium
把appium的驱动换成了uiautomator2, 但是运行的时候总是报这个错, 是因为appium server和客户端的连接超时了,
在open application 的时候,添加参数: newCommandTimeout=6000 , 即可解决
本文介绍了一个在使用robotframework和appium进行自动化测试时遇到的连接超时问题,通过调整appiumserver和客户端的连接参数newCommandTimeout为6000,成功解决了Anunknownserver-sideerroroccurredwhileprocessingthecommand的错误。
437

被折叠的 条评论
为什么被折叠?



