【发布时间】:2014-03-15 11:12:57
【问题描述】:
我可以使用下面的脚本来做鼠标右键事件:
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
但现在我想点击菜单项......让我们说“获取信息”然后我如何实现这个目标?有什么线索吗?
【问题讨论】:
标签: macos applescript right-click