1:Mac+Appium做小程序自动化
出现下方提示报错:
- WebDriverError: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: ESOCKETTIMEDOUT"
解决办法:
在参数配置中增加:
nativeWebScreenshot: true,
androidScreenshotPath: 'target/screenshots’
本文介绍使用Mac和Appium进行小程序自动化测试时遇到的问题及解决方案。主要针对出现的WebDriver错误,通过设置参数nativeWebScreenshot为true,并指定androidScreenshotPath路径来解决。
2210

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



