Is it possible for an application to have undocumented applescript functions. Commands that do not appear in the Applescript Editor Library for the application? Is this common? Is there someway to uncover these functions?
Tell me more
×
Ask Different is a question and answer site for
power users of Apple hardware and software. It's 100% free, no registration required.
|
Yes, an application can have undocumented AppleScript functions. These functions will be declared in the application's Scripting Definition File (SDEF) file but marked as hidden. Typically the ability to hide AppleScript functionality is used to hide supported, but now legacy, AppleScripts commands and to hide incomplete commands. |
||||
|
|