我在Safari中玩游戏。
我想制作一个Applescript,在屏幕上的特殊位置为我自动点击,我尝试了很多方法,但没有一个对我有用。
有什么想法怎么做?
我想在Apple脚本中创建一个新的Folder命令
为什么这个脚本有效?
tell application "Finder"
activate
end tell
tell application "System Events"
tell process "Finder"
tell menu bar 1
tell menu bar item "File"
tell menu "File"
click menu item "New folder"
end tell
end tell
end tell
end tell
end tell
Run Code Online (Sandbox Code Playgroud)