这个 SO 答案让我在编写新 MacBook Retina 屏幕分辨率更改脚本方面更进一步。我被困在这里:
我可以使用此脚本到达此窗格:
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.displays"
reveal anchor "displaysDisplayTab" of current pane
get elements of current pane
tell application "System Events"
end tell
--get the name of every anchor of current pane
end tell
但是,如果此窗格内容,如何知道如何选择位?例如,如何参考“缩放”单选按钮并选择 5 种可能的分辨率之一?谢谢