Appium does not initialize driver when launched programatically
问题 I am initializing Appium through command line using Java and Selenium for running test on Android chrome browser. However, the process runs for infinite time and the code from " DesiredCapabilities " line doesn't get executed.. Code : Process proc; String path_to_appium = System.getenv("APPIUM_HOME") + File.separator + "node_modules" + File.separator + "appium" + File.separator + "bin" + File.separator + "appium.js"; String path_to_node = System.getenv("APPIUM_HOME") + File.separator + "node