2011-08-11 52 views

回答

2

哇,我终于得到它的工作!我非常生气我的脚本,所以我只是把一个随机的ASCII码,它神奇地工作。我得到了很高兴啊哈:)

activate application "Application Loader" 
tell application "System Events" 
    tell process "Application Loader" 
     tell the first combo box of window 1 
      delay 3 
      keystroke (ASCII character 30) 
      keystroke (ASCII character 12) 
      keystroke return 
     end tell 
    end tell 
end tell 
+0

我希望看到更多关于你的成品是如何结果出来的。 –