Created
August 3, 2011 00:05
-
-
Save jyotty/1121576 to your computer and use it in GitHub Desktop.
"It's great but the viewport in this window needs to be scrolled partially" "Ok"
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" | |
| tell application "Safari" to activate | |
| delay 0.5 | |
| repeat 2 times | |
| key code 124 | |
| delay 0.5 | |
| end repeat | |
| repeat 4 times | |
| key code 125 | |
| delay 0.5 | |
| end repeat | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment