System Events でoption+commandとかどうするのかしら?
あ、こうすればOKですね。
tell application "Safari"
activate
--キャッシュを空にする
tell application "System Events"
tell process "Safari"
keystroke "e" using {command down, option down}
keystroke return
end tell
end tell
end