Skip to content

Instantly share code, notes, and snippets.

@dexterleng
dexterleng / grant.scpt
Created October 12, 2019 15:56
Grant accessibility permissions AppleScript
tell application "System Events"
tell its application process "System Preferences"
tell its window "Security & Privacy"
tell its tab group
tell its group 1
tell its scroll area 1
tell its table 1
set theRows to rows
set numRows to count of rows
repeat with i from 1 to numRows