tell application "System Events" to tell process "SystemUIServer"
tell (menu bar item 1 of menu bar 1 where description is "system sound volume")
click
end tell
end tell
aprirà la voce della barra dei menu audio, ma voglio ritardare di un secondo e poi chiuderla.
Ho provato:
tell application "System Events" to tell process "SystemUIServer"
tell (menu bar item 1 of menu bar 1 where description is "system sound volume")
click
delay 1
cancel
end tell
end tell
ma non ha funzionato