Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. String[] cmd = { "/bin/sh", "-c", "node
  2. /usr/local/lib/node_modules/appium/bin/ios-webkit-debug-proxy-launcher.js "
  3. + "-d -u <UDID>:27753" };
  4. Runtime.getRuntime().exec(cmd);
  5. System.out.println("Starting Appium...");
  6. cmd[2] = "appium --nodeconfig <Path to Config File>";
  7. Runtime.getRuntime().exec(cmd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement