When I start appium server from gui it's showing 404 error

I have added the desired capabilities and all required things but while running from pycharm it’s showing connection error

It’s really not meant to be used that way. Try installing via NPM:

https://appium.io/docs/en/about-appium/getting-started/

1 Like

Thanks will try and let you know the outcome

1 Like

I tried running the appium server using python code itself created object of AppiumService() class and started the server and it worked fine. Thank you :blush:

1 Like