I am working on an Appium as a part of my android automation.
When I enter the below localhost URL it's not working and it returns a 404 error
Why would this happen any ideas?
I am working on an Appium as a part of my android automation.
When I enter the below localhost URL it's not working and it returns a 404 error
Why would this happen any ideas?
Make sure you have fulfilled all the prerequisites to get it up and running.
Check if you have set Android_Home variable etc ... correctly
I think node is not started.
Start the node by typing appium
in terminal or command prompt
FYI:
Whenever you run into some kind of setup related problem,enter Appium-Doctor
in terminal and see.This will help you close in on this kinds of issues