Re: GUI Help Press button
Re: GUI Help Press button
- Subject: Re: GUI Help Press button
- From: Rob Jorgensen <email@hidden>
- Date: Thu, 15 May 2003 10:03:50 -0400
At 8:45 AM -0500 5/15/03, John Haley wrote:
I am using ScriptEditor beta 2 on OS X 10.2.6. I need to click or
press the "Edit" button. the UI Element Inspector.
I tried this also since it is the default button, all you have to do is
click the enter key (Not the return key), but this didn't make anything
happen either.
tell application "System Events"
tell process "AccountEdge"
set frontmost to true
end tell
keystroke "f" with command down
delay 3
keystroke "Cushman & Wakefield/Premisys, Inc. Marathon Oile"
keystroke return
keystroke enter key
keystroke "Cushman & Wakefield/Premisys, Inc. Marathon Oil"
keystroke return
keystroke enter key
keystroke "w" with command down
keystroke "w" with command down
end tell
Maybe this will work for the enter key.
keystroke (ASCII character 3)
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.