【发布时间】:2014-12-08 17:34:57
【问题描述】:
我正在尝试使用 AXShowMenu 访问特定保管箱文件夹中特定文件的上下文菜单中的“共享保管箱链接”项。
我找到了以下脚本。通过Applescript right click a file
tell application "System Events"
tell process "Finder"
set target_index to 1
set target to image target_index of group 1 of scroll area 1
tell target to perform action "AXShowMenu"
end tell
end tell
这似乎对桌面项目有用,
但是如何使用它来定位文件夹中的特定文件,然后单击上下文菜单中的“共享保管箱链接”?
【问题讨论】:
标签: applescript dropbox