Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In order to see what Applescript commands any application supports, then you need to look at the Dictionary for the application. <a href="https://stackoverflow.com/questions/3430313/determining-what-applescript-commands-an-application-responds-to">From my answer to a similar question posted just the other day</a>:</p> <blockquote> <p>To get to an application's Dictionary in the the Applescript Editor go to File > Open Dictionary.... A list of all the applications that the OS knows supports Applescript will appear, but the OS won't catch them all so you can use the Browse button. If an application doesn't support Applescript, then it won't be selectable in the dialog window.</p> <p>The caveat to this is that there are certain commands that an application is supposed to support but don't, or an application may only support the minimum requirements. These are all very, very simple like open, quit, etc. Your mileage may vary.</p> </blockquote> <p>Information to start with GUI scripting <a href="http://www.macosxautomation.com/applescript/uiscripting/index.html" rel="nofollow noreferrer">can be found on the OS X Automation site</a>. GUI Scripting is a funky way to go, and I don't think you can get the values of onscreen controls, instead only set them. You should only do this if no other avenue works.</p> <p>If you wish to stick with Python, then you can look at the <a href="http://appscript.sourceforge.net/py-appscript/index.html" rel="nofollow noreferrer">py-appscript project</a>, but this is still dependent on Applescript support of the application.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload