Hello.
Thanks for your help.
I used this command and found my appium folder (it was in “/usr/local/lib/node_modules/appium)
I try start my server with
AppiumServer _appiumServer = new AppiumServer(new File(”/usr/local/lib/node_modules/npm/bin/npm-cli.js"),new File("/usr/local/lib/node_modules/appium/lib/main.js"),serverArguments);
_appiumServer.startServer();
But I now I get this message
aug 11, 2017 2:24:29 EM com.github.genium_framework.appium.support.server.AppiumServer startServer INFO: Server is starting... aug 11, 2017 2:24:29 EM com.github.genium_framework.appium.support.server.AppiumServer startServer INFO: Server has not started yet. Trying again in one second...
This continues until I get ServerTimeoutException, any ideas how I can fix this problem?
Regards rickesnick