小编hel*_*elp的帖子

使applescript自动点击

我在Safari中玩游戏。

我想制作一个Applescript,在屏幕上的特殊位置为我自动点击,我尝试了很多方法,但没有一个对我有用。

有什么想法怎么做?

macos applescript click

5
推荐指数
1
解决办法
2万
查看次数

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)

macos scripting applescript

1
推荐指数
1
解决办法
1万
查看次数

标签 统计

applescript ×2

macos ×2

click ×1

scripting ×1