manishPatwari / WebDriverAgent

A WebDriver server for iOS that runs inside the Simulator.
Other
52 stars 15 forks source link

no device connected #17

Open michaelseno opened 5 years ago

michaelseno commented 5 years ago

Hi, I would like to know if there is any troubleshooting documents which we can follow because I was able to start the server and send the command for simulator and did not encounter any error message however I cannot see any devices when trying to access the port 8100. I am getting this in the terminal after sending the command for simualator.

Test Suite 'All tests' started at 2018-11-26 16:56:29.419
Test Suite 'WebDriverAgentRunner.xctest' started at 2018-11-26 16:56:29.421
Test Suite 'UITestingUITests' started at 2018-11-26 16:56:29.422
Test Case '-[UITestingUITests testRunner]' started.
    t =     0.00s Start Test at 2018-11-26 16:56:29.424
    t =     0.00s Set Up
2018-11-26 16:56:29.428593+0800 WebDriverAgentRunner-Runner[83226:5572271] Built at Nov 26 2018 10:15:37
2018-11-26 16:56:29.468211+0800 WebDriverAgentRunner-Runner[83226:5572271] ServerURLHere->http://192.168.3.180:8100<-ServerURLHere

then when i access the server url. i will be getting this unhandled endpoints.

{
  "value" : "Unhandled endpoint: \/ -- http:\/\/192.168.3.180:8100\/ with parameters {\n    wildcards =     (\n        \"\"\n    );\n}",
  "sessionId" : "2904B337-12A4-4DE4-A20D-936B76BC738B",
  "status" : 1
}

I am not sure how to go from here. maybe you could point me into the right direction. it would be awesome. Thanks alot.