Is there a way I can use xcrun simctl
commands in my Appium automation? I have came to situation where I wanted to use uninstall and install app from simulator which is not available with appium methods. So, I am thinking if somehow I could use this utility in automation code.
I am running my automation on iOS in Java.
}
This above code will works