No estoy realmente seguro de lo que está esperando aquí, aunque supongo que está alrededor de click button
. Esto solía funcionar en 10.10.3, pero parece haberse detenido en 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
}
Error exacto 165:170: syntax error: Expected end of line but found class name. (-2741)