J'obtiens l'erreur : "Can't make {x:651.0, y:675.0} into type real." nombre -1700 de {x:651.0, y:675.0} au réel"" quand j'exécute ce script. Je ne sais pas pourquoi cela arrive ! Provient d'un autoclicker que j'ai fait, Très simple, mais il fonctionne avec des méthodes un peu obscures (Crédit : Clicker , Position de la souris ) . Code :
use framework "Foundation"
use scripting additions
set theList to current application's NSEvent's mouseLocation()
(*
set xCoord to theList's x
set yCoord to theList's y
*)
round (theList)
tell application "System Events"
click at {theList}
end tell