Re: Script to find user interface elements
Re: Script to find user interface elements
- Subject: Re: Script to find user interface elements
- From: Bastiaan Boertien <email@hidden>
- Date: Wed, 25 May 2005 09:10:29 +0200
Hi.
Download UI Element Inspector on http://www.apple.com/applescript/uiscripting/02.html . it will give you the references to elements while you move your mouse.
There is also a prefab browser but it's much more advanced as the UI Element Inspector but it's not freeware
greetings bastiaan
Op 25-mei-05 om 7:24 heeft Kim Hunter het volgende geschreven:
I know the elements are nestled but is it posible to find out what the next level of elements are with a script. Ive been opening the nib files and working it out but I think it would be a lot easier if there was a script that could tell me all the elements of the window.
I think this will explain what I want it to do:
tell application "System Events"
tell application process "ical"
set theElements to every item
end tell
end tell
thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
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:
This email sent to email@hidden