Skip to content

Instantly share code, notes, and snippets.

@danstepanov
Created May 8, 2016 03:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danstepanov/afc78ab107ed581f9cf13997978c40a6 to your computer and use it in GitHub Desktop.
Save danstepanov/afc78ab107ed581f9cf13997978c40a6 to your computer and use it in GitHub Desktop.
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