watkipet
watkipet

Reputation: 1059

Where is the documentation for writing an OS X accessibility client?

Apple has documentation for adding accessibility information to one's own app. This allows accessibility clients to control that app. However, I can find no information writing one's own accessibility client. I'd like to control other apps through their UI from an OS X application (not via AppleScript, ScriptingBridge, or a third part framework, BTW). I'd like to write a real accessibility client--where is the documentation for doing this?

This is what I've found so far:

Upvotes: 8

Views: 646

Answers (1)

Samantha Catania
Samantha Catania

Reputation: 5316

The header files are pretty much it, there is an example called UI Element Inspector

Opening the actual header file in the SDK might be helpful as there are a lot of comments and documentation which might not be available on the website

Upvotes: 5

Related Questions