Not able to start appium session

老子叫甜甜 提交于 2019-11-30 15:42:22

Try next:

127.0.0.1:4723/wd/hub/status

It should be valid url

I think you have too many servers running with selenium. Try skipping step 3. Having 2 appium processes running will give you the same issue. I have seen it with running one on the command line and another from the executable.

So one instance of appium and one device attached (or emulator running) to avoid confusion

Appium responds with an error and then you start a new session. You need to call driver.quit() before you start a new session.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!