Hello
I have install the appium the way its given in this video. I want to run appium my java code which is below this.
@BeforeSuite
public static void startAppium(){
System.out.println(“Trying to start Appium Server!”);
service = new AppiumServiceBuilder().usingDriverExecutable(new File("/usr/local/bin/node")).
withAppiumJS(new File("/Applications/Appium.app/Contents/Resources/app/node_modules/appium/build/lib/main.js"));
service.build().start();
System.out.println(“Appium Server is at your service!”);
}
In this above code path is given as u can see below , pls tel where to find this path. I am not able to find
usingDriverExecutable(new File("/usr/local/bin/node"))
/Applications/Appium.app/Contents/Resources/app/node_modules/appium/build/lib/main.js