Skip to content Skip to sidebar Skip to footer

Not Able To Start Appium Session

I am not able to start the session can you help. I have done the following steps: Started a Appium server from Appium for windows package (ran appium.exe file) Started a simulator

Solution 1:

Try next:

127.0.0.1:4723/wd/hub/status

It should be valid url

Solution 2:

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

Solution 3:

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

Post a Comment for "Not Able To Start Appium Session"