Revision 1 as of 2008-06-19 19:32:12

Clear message

You can get the current URL of the current window from Camino with the following appscript:

import appscript
print appscript.app("Safari").windows.first.current_tab.URL()

Unable to edit the page? See the FrontPage for instructions.