期待开源
多个 case 在运行的时候,中间的 case 就突然就报错了。selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8649 Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
可以参考这个https://www.jianshu.com/p/adc685d0ce15,我用这个解决了。
能详细的说一下吗?我的操作是长按发送语音的按钮,然后需要截屏操作,完成对语音弹出框的截屏
只要没有切换页面,就可以不用下滑,直接操作元素,是可以找到的
我也遇到这个问题了,请问有人解决了吗?
麻烦问下你的问题解决了吗
因为 driver 被覆盖了。
因为返回的多个 driver 被最后一个覆盖了。所以每次只运行最后一个 driver 的设备。
麻烦问下这个问题解决了吗?我也遇到这个问题了