Skip to content

Instantly share code, notes, and snippets.

@mbierman
Created November 15, 2017 20:12
Show Gist options
  • Select an option

  • Save mbierman/78baae8f1eeaa898d5ff527584e4cc79 to your computer and use it in GitHub Desktop.

Select an option

Save mbierman/78baae8f1eeaa898d5ff527584e4cc79 to your computer and use it in GitHub Desktop.
Archive Google Voice voicemail
tell application "Safari"
activate
tell window 1
set current tab to (make new tab with properties {URL:"https://voice.google.com/voicemail"})
delay 2
repeat with n from 0 to 99
repeat with n from 0 to 10
tell application "System Events"
keystroke return
keystroke "e"
end tell
delay 2
end repeat
tell application "System Events"
keystroke "j"
end tell
delay 3
tell application "System Events"
keystroke "r" using command down
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
delay 3
end tell
end repeat
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment