标签: cocoa automation applescript desktop
我正试图在取景器窗口的侧边栏上点击其中一个标签(“红色”,“绿色”,“黄色”等)?
到目前为止,我试过
tell application "Finder" click label "Blue" end tell 但这不起作用。
tell application "Finder" click label "Blue" end tell