Skip to content

Instantly share code, notes, and snippets.

@kbrock
Created June 2, 2009 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbrock/122096 to your computer and use it in GitHub Desktop.
Save kbrock/122096 to your computer and use it in GitHub Desktop.
framework 'ScriptingBridge'
safari = SBApplication.applicationWithBundleIdentifier('com.apple.Safari')
google_tab=safari.windows.first.currentTab
cmd="document.f.q.value='mac ruby'"
safari.performSelector(:"doJavaScript:in:", withObject:cmd, withObject:google_tab)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment