MAC OS 10.7上的AppleScript家长控制

时间:2012-11-14 14:30:44

标签: macos applescript parental-control

我正在尝试编写一个简单的AppleScript,以便通过家长控制为我的访客用户帐户提供应用程序(“地址簿”)。
所以我从头开始,我打开系统首选项/家长控制,我解锁授权。
以下AppleScript应该检查地址簿。

    tell application "System Events"
            tell process "System Preferences"
                    tell window "Parental Controls"
                            click checkbox "Address Book" of row 3 of outline "Allowed Apps:" of scroll area 1 of tab group 1 
                    end tell
            end tell
    end tell     

我遇到的问题是这个脚本没有勾选复选框,我确定选项卡组1的滚动区域1的大纲“允许的应用程序:”的路径行3是正确的。任何人都知道为什么这个简单的脚本不起作用

0 个答案:

没有答案