Estoy intentando ejecutar Javascript en el Safari, cuyo frontmost es verdadero.
tell (application "Safari" whose frontmost is true) to do JavaScript theScript in current tab of first window
Pero me sale un error como este:
execution error: Can’t get application "System Events" whose frontmost of it = true. Access not allowed. (-1723)
¿en qué me estoy equivocando?