Dan*_*ier 11 mac keyboard automation automator macos
我想自动执行每次使用特定网站时都必须键入的一长串按键。我怎样才能在 Mac OS X 中做到这一点。我试过 Automator。我记录了序列,但是当我运行它时出现了这个错误:
操作“Watch Me Do”遇到错误。
检查操作的属性并再次尝试运行工作流。
Dan*_*ier 17
为此,我使用包含以下内容的 Run AppleScript 对象创建了一个自动化工作流程:
on run {input, parameters}
tell application "Google Chrome" to activate
tell application "System Events"
keystroke "A"
keystroke "B"
keystroke "C"
end tell
return input
end run
Run Code Online (Sandbox Code Playgroud)
这对我来说很好用
归档时间: |
|
查看次数: |
58220 次 |
最近记录: |