AppleScript - Firefox上的JavaScript执行

时间:2013-01-17 15:59:26

标签: javascript firefox applescript

Safari和Chrome可以通过AppleScript执行JavaScript

Safari浏览器:

 tell application "Safari"
    open location "http://example.com"
    activate
    do JavaScript "alert('example');" in current tab of first window
end tell

铬:

tell application "Google Chrome"
    open location "http://example.com"
    activate
    execute front window's active tab javascript "alert('example');"
end tell

有没有办法在Firefox中执行此操作?

注意:Opera的相同问题在于:AppleScript - JavaScript execution on Opera

我想过一起问他们,但我决定分别提出两个问题来分别接受答案。

1 个答案:

答案 0 :(得分:1)

尚未实施在Firefox中使用AppleScript运行javascript。 Bug Story
它处于新州,没有受让人。你可以接受:)