Send clipboard contents, or current browser URL to another application?
tell application "Google Chrome" to activate
tell application "System Events" to key code 37 using {command down}
tell application "System Events" to key code 8 using {command down}
(Command-L to select the address bar, and then Command-C to copy the URL to the clipboard.)
What I then want to do it open the URL copied to the clipboard with the application called Droplr.
Is this possible in any way?
Also, I'm wondering if it's possible with AppleScript to maybe send the URL of the current page in Chrome directly to the application without replicating the keyboard shortcuts to select the address bar and copy to the clipboard?
iMac i7 8GB RAM | MacBook Pro 15" 2.0 GHz 2GB RAM | Mac mini 2.0 GHz 2GB RAM, Mac OS X (10.6.5)