Me sale el error "No se puede convertir {x:651,0, y:675,0} en tipo real." número -1700 de {x:651,0, y:675,0} a real" cuando ejecuto este script. ¡No sé por qué ocurre esto! Viene de un autoclicker que hice, Muy simple, pero funciona con métodos un poco oscuros (Crédito: Clicker , Posición del ratón ) . Código:
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