Created
May 7, 2014 13:47
-
-
Save fernyb/6fbbb50decb2ea1bf441 to your computer and use it in GitHub Desktop.
Close current tab iPad Simulator
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 "System Events" to tell process "iPhone Simulator" | |
tell application "iPhone Simulator" to activate | |
delay 1 | |
tell window "iOS Simulator - iPad Retina / iOS 7.1 (11D167)" | |
--get the name of window 1 | |
--get every window | |
click button 8 | |
--get every button | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment