Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save savage69kr/3ef11253e89558265443 to your computer and use it in GitHub Desktop.
Save savage69kr/3ef11253e89558265443 to your computer and use it in GitHub Desktop.
Application('System Events')
.processes['SystemUIServer']
.menuBars
.menuBarItems
.whose({
name: 'Notification Center'
})
.menuBarItems()
.reduce(function(a, b) {
return a.concat(b);
})
.find(Boolean)
.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment