El servicio no funciona fuera del automatizador - Applescript

1

Estoy probando esta sencilla secuencia de comandos que verifica si hay una Final Cut Window abierta y el código funciona perfectamente dentro de Automator, pero no funciona como un servicio.

¿Alguien sabe cómo hacer que funcione?

onrun{input,parameters}tellapplication"System Events"
        if exists (window "Save" of application process "Final Cut Pro") then
            display dialog "true"
        else
            display dialog "false"
        end if
    end tell
end run

Estoy usando:

    
pregunta Mateus Ribeiro 10.09.2018 - 17:08

1 respuesta

-1

Problema resuelto, acabo de habilitar Final Cut en Preferencias del sistema > > Seguridad y amp; Privacidad > > Pestaña de Privacidad > > Accesibilidad y voila. Gracias a @ user3439894 por la sugerencia.

    
respondido por el Mateus Ribeiro 10.09.2018 - 23:28

Lea otras preguntas en las etiquetas