Skip to content

Instantly share code, notes, and snippets.

@anddam
Forked from s3itz/gist:04bb5ff644fe7c4a492c
Last active August 29, 2015 14:17
Show Gist options
  • Save anddam/a7c6b11fc289c061514a to your computer and use it in GitHub Desktop.
Save anddam/a7c6b11fc289c061514a to your computer and use it in GitHub Desktop.
tell application "Safari"
activate
open location "http://www.google.com"
delay 3
set theScript to "document.getElementById('lst-ib').value = 'hello world'"
do JavaScript theScript in current tab of first window
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment