Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Move and click the mouse via code' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Move and click the mouse via code
Authored by: sweyhrich on May 14, '08 07:56:19AM

Sorry to be stupid, but where does this "click" binary go so Applescript programs can find it?

---
Steven Weyhrich
http://apple2history.org



[ Reply to This | # ]
Move and click the mouse via code
Authored by: ebaur on May 14, '08 08:28:45AM
You can place it in /usr/local/bin (I'm pretty sure that's in your default path). Then you can call it like any other command line program.

[ Reply to This | # ]