Recibo el error: "No se puede convertir {x: 651.0, y: 675.0} en el tipo real". número -1700 de {x: 651.0, y: 675.0} a real "" cuando ejecuto este script. ¡No sé por qué sucede esto! Proviene de un selector automático que hice, muy simple, pero funciona con métodos poco claros (Crédito: Clicker , Posición del mouse ). 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