-3

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

http://localhost:4723/wd/hub

Why would this happen any ideas?

Rahul
  • 3,293
  • 2
  • 31
  • 43
Sai Kishore
  • 140
  • 2
  • 10

1 Answers1

2

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

Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241