GarageBand Export via Applescript kann nicht auf Menü zugreifen
Ich versuche gerade mit applescript das exportieren von GarageBand Projekten zu automatisieren. Meine Systemsprache ist aktuell Englisch und ich bin auch MacOS 14.1.2 mit der neusten Version von GarageBand.
Mein Problem ist, dass ich eine Fehlermeldung bekomme, wenn ich versuche das Menü für den Export mit folgendem Code zu erreichen.
Code:
tell application "System Events"
tell process "GarageBand"
tell menu bar 1
tell menu bar item "Share"
tell menu "Share"
tell menu item "Export Song to Disk ..."
click
end tell
end tell
end tell
end tell
end tell
Fehlermeldung:
error "System Events got an error: Can’t get menu item \"Export Song to Disk ...\" of menu \"Share\" of menu bar item \"Share\" of menu bar 1 of process \"GarageBand\"." number -1728 from menu item "Export Song to Disk ..." of menu "Share" of menu bar item "Share" of menu bar 1 of process "GarageBand"
Ich bin nicht sonderlich gut in applescript und mir ist bewusst, dass das nicht die eleganteste Lösung ist aber ich hatte gehofft, dass es die fehlerfreiste ist. Hat jemand eine Idee was das Problem ist?
MacBook Pro 14″, macOS 14.1