• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: GUI Help Press button
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >GUI Help Press button (From: John Haley <email@hidden>)

  • Prev by Date: GUI Help Press button
  • Next by Date: Re: Trying to export memos in Palm Desktop 4.0
  • Previous by thread: GUI Help Press button
  • Next by thread: Re: Trying to export memos in Palm Desktop 4.0
  • Index(es):
    • Date
    • Thread