He estado intentando crear un script, así que cuando lo ejecuto, elimina la red Wifi de mi lista recordada. Está casi terminado, pero estoy atascado en un poco. ¿Alguien puede ayudarme? Aquí está mi código hasta ahora:
tell application "System Preferences"
activate
reveal pane "Network"
delay 1
tell application "System Events"
tell process "System Preferences"
click button "Advanced…" of window "Network"
delay 1
click radio button "Wi-Fi" of tab group 1 of sheet 1 of window "Network"
delay 0.5
tell application "System Events" to keystroke "Cole"
delay 0.2
end tell
end tell
end tell