Re: How to press a button in a Finder window
Re: How to press a button in a Finder window
- Subject: Re: How to press a button in a Finder window
- From: Doug McNutt <email@hidden>
- Date: Sat, 31 Jan 2004 18:36:27 -0700
At 00:15 +0000 2/1/04, Martin Orpen wrote:
>
This works for me:
>
>
tell application "System Events"
>
tell process "Finder"
>
tell window "Transfer"
>
click button 1
>
end tell
>
end tell
>
end tell
It does indeed. And I thank you.
But how did you figure out that it was button 1? There are four buttons in the window. And how did you discover that you "click" a button rather than "press"ing it as specified in the Inspector window?
--
--> In Christianity, man can have only one wife. This is known as monotony. <--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.