gui scripting
gui scripting
- Subject: gui scripting
- From: Peter Anderson <email@hidden>
- Date: Thu, 16 Jan 2003 16:02:58 -0500
I've been able to identify the the button I want clicked, but when I
wrote the following script and ran it, nothing happened. I do have the
proper settings in the universal access pane. Is there something else I
might be missing?
Here is the script:
tell application "Finder"
activate
end tell
tell application "System Events"
tell UI element 4 of UI element 6 of window "Print" of process
"Appleworks 6"
click
end tell
end tell
Any help would be appreciated!
Peter
_______________________________________________
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.