En MacOS Ventura no es posible hacer clic en la casilla "Reproducir efectos de sonido de la interfaz de usuario"
tell application "System Settings"
activate
end tell
tell application "System Events"
tell process "System Settings"
click menu item "Sound" of menu "View" of menu bar 1
delay 1
click checkbox "Play user interface sound effects" of group 0 of splitter group 0 of window "Sound"
end tell
end tell
Recibo un error de este tipo:
¿Cómo puedo arreglar mi script?