Adobe Flash Player をインストールしようとしています。チェック ボックスをオンにしたいので、[インストール] ボタンをクリックする必要があります。UIElementInspector を介してウィンドウの内容全体を取得しようとしています。
以下のスクリプトを使用してチェックボックスをクリックしようとしましたが、チェックボックスを取得できないというエラーで成功しませんでした..確認方法をお勧めします..
tell application "System Events"
tell process "Adobe Flash Player Install Manager"
set frontmost to true
click the checkbox "I have read and agree to the terms of the Flash Player License Agreement" of window "Adobe Flash Player 11.5 Installer."
end tell
end tell
Adobe Flash Player インストーラーのイメージを表示するには、以下のリンクを確認してください。
https://docs.google.com/document/d/1yzyBTrvi94QxjlEAlcbudOBpXiTGPEI2LA3D1iEo8Gw/編集