2011-08-11 55 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

我希望看到更多關於你的成品是如何結果出來的。 –