【发布时间】:2014-03-03 08:39:20
【问题描述】:
这是我拥有的代码,除此之外,目前自动化程序中没有其他内容。
on run {input, parameters}
delay 0.5
activate application "Firefox"
set x to 1
set counter to 0
repeat while (counter < x)
tell application "System Events" to key code 126
set counter to counter + 1
end repeat
set x to x + 1
return input
end run
我运行时遇到的错误是:
“执行 AppleScript”操作遇到错误。
检查操作的属性并尝试再次运行工作流。
【问题讨论】:
标签: applescript automator