Created
May 8, 2016 03:48
-
-
Save danstepanov/afc78ab107ed581f9cf13997978c40a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Simulator" | |
activate | |
end tell | |
tell application "System Events" | |
tell process "Simulator" | |
tell menu bar 1 | |
tell menu bar item "Simulator" | |
tell menu "Simulator" | |
click menu item "Reset Content and Settings…" | |
end tell | |
end tell | |
end tell | |
tell window 1 | |
click button "Reset" | |
end tell | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment