실제로 그것이 무엇을 기대하는지 모르겠지만, 나는 그 주위를 가정합니다 click button
. 이것은 10.10.3에서 작동했지만 10.10.4에서 중단 된 것 같습니다?
스크립트
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
}
정확한 오류 165:170: syntax error: Expected end of line but found class name. (-2741)