Skip to content

Instantly share code, notes, and snippets.

@tabrindle
Created April 6, 2016 19:49
Show Gist options
  • Save tabrindle/1aa349cab980d8d1d00e64e76b6c70dc to your computer and use it in GitHub Desktop.
Save tabrindle/1aa349cab980d8d1d00e64e76b6c70dc to your computer and use it in GitHub Desktop.
turn on NLC
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.Network-Link-Conditioner" --delay 3
end tell
---
tell application "System Events"
tell application process "System Preferences"
get checkboxes
click ((checkboxes of window "Network Link Conditioner") whose description is "enable switch")
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment