Non sono proprio sicuro di cosa si aspetti qui, ma presumo che sia intorno al click button
. Funzionava su 10.10.3, ma sembra essersi fermato il 10.10.4?
Script
function AcceptSecurity ()
{
osascript <<EOF
tell application "System Events"
repeat while exists (processes where name is "SecurityAgent")
tell process "SecurityAgent"
click button "Allow" group 1 of window 1
end tell
delay 0.2
end repeat
end tell
EOF
}
Errore esatto 165:170: syntax error: Expected end of line but found class name. (-2741)