I see many applications that can respond to messages such as this one.
tell application "Safari" return URL of front document as string end tell
How can I request an application to find out which commands it will accept? Is there a tool for this?
In the AppleScript editor, make an "Open Dictionary", select the application that interests you, and you will get a good browser that shows the commands and their documentation (if the developers decide to provide one).
Source: https://habr.com/ru/post/1730573/More articles:Multithreaded PinVoked DLL in a managed environment. Is it possible? - c #Listing each individual row using jQuery - jqueryAlgorithm for image search in another image. (Collage) - javaIn OSX, can I use a system call to send a command to a running terminal in a new tab? - terminalCreating a site for answering a question using CMS - joomlaGPLv2 or GPLv2 compatible Windows 7 TaskBar library? - windows-7Переход с экрана PreferenceScreen на DialogPreference - androidApplication development for Facebook: are there any tutorials, screencasts, etc. that are architecture - phpITaskbarList3 not declared? - c ++how to display files inside a directory - listAll Articles