Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created August 3, 2011 00:05
Show Gist options
  • Select an option

  • Save jyotty/1121576 to your computer and use it in GitHub Desktop.

Select an option

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"
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