2011-08-11 12 views

答えて

2

すごくうまくいった!私はかなり私のスクリプトで怒ったので、私はちょうどランダムなASCII番号を入れて、それは魔法のように働いた。私はかなり幸せなahaを持っています:)

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

あなたの完成した製品がどのようになったのかもっと見てみたいと思います。 –