Re: Seeing the state of an application with Script Editor?
Re: Seeing the state of an application with Script Editor?
- Subject: Re: Seeing the state of an application with Script Editor?
- From: 2551phil <email@hidden>
- Date: Sat, 28 Oct 2017 23:06:18 +0700
Only if you’re a masochist (and maybe this fails your ‘complicated recursions’
condition anyway).
tell application "System Events"
try
set n to every application process's name
set p to every application process's properties
set a to every application process's attributes
set u to every application process's UI elements
-- on and on like this through all the possible variables
end try
end tell
Best
Phil
@sqwarq
> On 28 Oct 2017, at 21:11, Jean-Christophe Helary
> <email@hidden> wrote:
>
> I know I can "Explore" the state of an application with Script Debugger, but
> is there a way to "dump" that information from Script Editor that does not
> involve complicated recursions, etc. ?
>
> Jean-Christophe
> _______________________________________________
> 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
_______________________________________________
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