Camino AppleScript

Using Open As Dictionary… in Script Editor doesn’t work with Camino. Nor did the hint to remove a certain file from the Package. Never mind. It’s possible to look at the file Camino.scriptSuite (it’s just a plist file), and work out what commands can be sent, and classes can be read: Classes: only the one, URL, «class curl» (Obviously all of the standard NSApplication classes still exist: especially name of window.) Commands:

  • DoJavaScript
  • GetURL
  • OpenURL
  • RegisterEchoHandler
  • UnregisterEchoHandler

I haven’t figured out how to use them all yet, or any of them for that matter. But someone else might use this info to figure our how to actually script Camino to do something useful…