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
사운드 메뉴 막대 항목을 열지 만 1 초 후에 지연하고 싶습니다.
나는 시도했다 :
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
그러나 그것은 작동하지 않았다