【发布时间】:2016-09-09 00:51:14
【问题描述】:
我最近遇到了以下脚本,可以在图像捕获中导入所有内容:
tell application "Image Capture"
activate
tell application "System Events"
tell process "Image Capture"
click button 3 of group 2 of group 1 of splitter group 1 of window 1
end tell
end tell
end tell
这在最新版本 6.7 中不起作用。有人可以帮忙吗?
【问题讨论】:
标签: image macos applescript capture automator