Ho ricevuto l'errore: "Impossibile rendere {x: 651.0, y: 675.0} in tipo reale." numero -1700 da {x: 651.0, y: 675.0} a vero "" quando eseguo questo script. Non so perché questo succede! Viene da un autociclatore che ho creato, molto semplice, ma funziona con metodi leggermente oscuri (Credito: Clicker , Posizione del mouse ). Codice:
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