预期的行尾等,但找到了标识符

时间:2012-11-28 09:08:09

标签: button twitter identifier

我试图制作一个基本的AppleScript,告诉打开的应用程序在收到新的推文时按上传。该脚本在标题中给出了错误,并在编译时突出显示“按钮”一词。 任何人都可以告诉我出错的地方吗?。

重复

tell application "safari"
    set URL of tab 1 of window 1 to "https://twitter.com/i/connect"
    delay 5
    if text of tab 1 of window 1 contains "1 new interaction"
        tell application "Arduino" to activate 
        click button "Upload" of window 1
        delay 1
    end if
end tell

结束重复

0 个答案:

没有答案