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: iamsoclever on Jun 03, '08 11:25:38PM

Here's how to use this with AppleScript:

tell application "Terminal"
do shell script "/path/to/click click -x 300 -y 2"
end tell



[ Reply to This | # ]