如何使用AppleScript控制点击?
此脚本应该有效,但不是
activate application "Finder"
tell application "System Events"
tell process "Finder"
key down control
delay 1
click at {600, 600} -- {from left, from top}
delay 1
key up control
end tell
end tell
MouseTools有时不可靠。我知道cliclick - 仍然没有尝试过。
我更喜欢AS唯一的解决方法,但欢迎任何建议。
答案 0 :(得分:0)
perform action
"AXShowMenu"
该元素。您可以使用Accessibility Inspector应用程序来查找GUI元素层次结构。看看this discussion。