针对您遇到的“could not proxy command to the remote server. original error: socket hang up”错误,这个问题通常涉及到网络通信、代理服务器配置或客户端与服务器之间的连接问题。下面我将根据提供的提示,分点回答并给出一些可能的解决方案,由于此问题更多涉及配置和排查而非直接代码修改,我将尽量不生成代码片段,...
表现:写了一个循环滑动页面的用例,滑着滑着突然报错,提示socket hang up了,但是app还停留在前台,并没有被杀掉。 过程:查看 appium log 无果,用了网上各种解决办法:重启手机、删除 appium 相关的软件重新安装、开启后台高耗电开关等等一顿操作猛如虎,只是把报错的概率降低了些,但并没有根本解决问题。 原因:在 ...
突然某一次开始一直报错这个socket hang up 我看网上有说uiautomator2的,又说uiautomator耗电严重,被手机自动杀的。都没解决我的问题 最后搞懂了我的起因: 上一次的调试链接没有主动断开,也即没有driver.quit() 掉,这时候去再启动一个session,由于上一个连接未中断,一直被占用着。。。就会非常非常危险 解决方法有...
The problem I get socket hang up error whenever I tried to run the scrolling script. Tried with deference scripts but the result was the same. So far this issue occurs only when I use scroll/ swipe options. Environment Appium version (or...
appium 报错:Original error:Could not proxy command to remote server. Original error:socket hang up testerhome中有个类似报错的文章的评论提醒了我: 博客链接:https://testerhome.com/topics/11403?locale=en testerhome 删除appium seting,然后run,就行了...
The problem Socket hung up error occurs all of sudden when the Automation Tests are getting executed. Environment Appium version (or git revision) that exhibits the issue: 1.20.2 Desktop OS/version used to run Appium: MAC OS - BigSur 11.2.3 & MAC OS - Catalina 10.15.7 ...
Original error: Could not proxy command to remote server. Original error: Error: socket hang up...
appium 报错:Original error:Could not proxy command to remote server. Original error:socket hang up,程序员大本营,技术文章内容聚合第一站。
appium自动化测试过程中,在执行到一条用例一半的时候,总是报如下错误,socket 自动挂起: WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up ...
使用appium自动化测试时,报错:Original error: Could not proxy command to remote server. Original error: Error: socket hang up 去掉uiautomator2后,可执行成功 desired_caps['automationName'] = 'uiautomator2' 经分析后,是因为uiautomator2版本不对 ...