This is my first time posting so if I have left anything I apologize up front
I have been running mobile automated test on Android for a while now but today my test are failing with the “org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.” error in the eclipse console. No activity on the appium server.
The error implies that the server is not running but I have started the server and it is using the same port 4723 that is defined in my common class. For some reason it is not finding the server.
The only thing that has changed is that they have upgraded my Windows 10 to version 1709. Could this have caused the problem?
I started the server
[Appium] Welcome to Appium v1.6.5
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
Testing framework
Cucumber tests
JUnit runner
maven build
Java code
Eclipse IDE
Any ideas or suggestions on how to solve this will be greatly appreciated.