First of all, just bought my license, and want to say what a great editor this has been thus far.
Now, onto my question:
I am trying to duplicate the refresh safari command to work with FireFox. Here is what I have thus far:
osascript -e 'tell application "FireFox" to activate' osascript -e 'tell application "FireFox" to do JavaScript "window.location.reload();" in first document'
This works, except that FireFox does not refresh the active page.
Anyone have any ideas on how to get this working?
mike c