"click at" command not working...

Hello…
Can someone tell me what is wrong with this code??
I have searched all over the Site and it seems that this should be the way to do it, but I am just not sure.

I read in a a few posts about “ExtraSuites” which I have not been able to download for some reason…


tell application "Remote Desktop"
	activate
	tell application "System Events"
		tell process "Remote Desktop"
			click at {18, 568}
		end tell
	end tell
end tell


Hi,

click at doesn’t work.
Use something like cliclick

Thank you so much…

I downloaded the cliclick and installed it (per se)

I then used the code as:
tell application “Remote Desktop”
activate
delay 0.5
tell application “System Events” to keystroke “1” using {command down}
delay 0.4
do shell script "/usr/local/bin/cliclick " & “5 120”
end tell

Key line is:

do shell script "/usr/local/bin/cliclick " & “5 120” – which are the coordinates I needed


Stefan: Do you ever sleep?? :stuck_out_tongue: