, , - .
Appium (Selenium ) iOS.
, , - , , Appium ( ).
, CMD + SHIFT + H, , .
, "" , UIAutomation.
, (Java):
Runtime runtime = Runtime.getRuntime();
String[] args = { "osascript", "-e", "tell application \"System Events\" \n tell application \"Simulator\" to activate \n tell application \"System Events\" to keystroke \"h\" using {command down, shift down} \n end tell" };
runtime.exec(args);
: Applescript, .
, Applescript:
tell application "System Events"
tell application "Simulator" to activate
tell application "System Events" to keystroke "h" using {command down, shift down}
end tell
. , esacpe ( \). \n , Applescript .
.
, , , iOS.
: , !