当前位置:   article > 正文

appium执行脚本时报Could not start a new session_could not start a new session. possible causes are

could not start a new session. possible causes are invalid address of the re

1、问题:报 Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.

解决方法:

1)启动appium
2) 运行cmd 输入 adb devices  可以查看设备的udid 
3) 在cmd中输入   appium -a 127.0.0.1 -p4723 -U192.168.56.101:5555  (-a表示ip,-p表示端口,默认都是4723,-U表示设备的udid,可以通过adb devices查看) ,通过其来启动appium 对应的设备


4)然后运行脚本,即可解决



如果启动appium时 ,启动的设备Udid 不对,那就会报(比如说启动的设备UDID为emulator-5554):

org.openqa.selenium.SessionNotCreatedException: A new session could not be created.
Original error:Device emulator-5554 was not in the list of connected devices)

还有一种是因可能是手机驱动未安装成功,虽然能在adb devices 中可以正常查看到devices ,也会报上面的错误

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/168456
推荐阅读
相关标签
  

闽ICP备14008679号