You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @raycast.description Close all notification alerts staying on screen, e.g., Calendar notifications.
# @raycast.author dlvhdr
# @raycast.authorURL github.com/dlvhdr
tell application "System Events" to tell application process "NotificationCenter"
try
repeat with uiElement in (actions of UI elements of scroll area 1 of group 1 of group 1 of window "Notification Center" of application process "NotificationCenter" of application "System Events")