I am running Mac Pro using parallels to run many virtual machines. I use the following script to get the URL from the active tab of the active Firefox window.
(1) tell the application βFirefoxβ to set the URL to βcurlβ window 1 (for Firefox <3.6)
(2) tell the program "Firefox" to activate say the application "System Events" pressing the "l" key using {command down} pressing the "c" key {command down} end say delay 0.5 clipboard (for Firefox > = 3.6)
But these applescripts try to open Firefox on one of the virtual machines and ignore the open Mac-native Firefox. What can be done about this?
Thanks in advance. Regards, Deepa
source share