Posts

Showing posts with the label appium

How to stop and start Appium server programmatically using Java?

How to stop and start Appium server programmatically using Java? How can I perform launching and stopping my server using Java code? Currently I am doing this process manually. Refer my blog link - happyautomation.blogspot.in/2015/01/… – Shekhar Swami Jan 13 '16 at 5:04 i reffered ur blog it is showing errors ---- Starting appium server ---- ---- Appium server started Successfully ! ---- 'C:/Program' is not recognized as an internal or external command, operable program or batch file. ---- Stoping appium server ---- ---- Appium server stopped Successfully ! ---- ERROR: The process "node.exe" not found. – sameer joshi Jan 13 '16 at 7:19 Kee...