最近使ったファイルを AppleScript で開くことはできますか? 次のスクリプトを試しましたが、うまくいきません。
on run
try
tell application "System Events"
set theApp to (get name of first process whose frontmost is true)
click menu bar item "Archivio" of menu bar 1 of process theApp
click menu item "Apri recente" of menu "Archivio" of menu bar item "Archivio" of menu bar 1 of process theApp
click menu item " test" of menu "Apri recente" of menu item "Apri recente" of menu "Archivio" of menu bar item "Archivio" of menu bar 1 of process theApp
end tell
end try
end run
エラーは
--> エラー番号 -1728 «class menI» "test" の «class menE» の "Apri recente" «class menI» の "Apri recente" «class menE» の "Apri recente" «class mbri» の "Archivio" の "Archivio" «class mbar» «class prcs» の 1 「AppleScript Editor」