Has anybody noticed the new Scripting Definition Suite in the System Events terminology dictionary in Yosemite? Any thoughts on what it’s good for?
Here’s an example script:
tell application "System Events"
tell scripting definition
tell scripting suite "Processes Suite"
tell scripting class "UI element"
get name of every scripting property
end tell
end tell
end tell
end tell
-- returns {"accessibility description", "class", "description", "enabled", "entire contents", "focused", "help", "maximum value", "minimum value", "name", "orientation", "position", "role", "role description", "selected", "size", "subrole", "title", "value”}
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives:
http://lists.apple.com/archives/applescript-users
This email sent to email@hidden