Exception in thread “main” org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session, When using appium
问题 Getting an error always while running code for Appium server which is running on my machine. Could anyone help me out from this. I had followed some threads but none of them could not resolve my issue. If i run manually "appium.exe" & run code is working fine but when i start running appium from code & interacting is giving a problem. Configurations: Windows 7 64 bit, Appium 1.2.4.1, Selenium 2.45, Appium Java client - 2.2, java 1.6 Below is the code to launch Appium server programmatically