Recently upgraded to Mavericks, and found that my scripts to activate UI scripting no longer work.
It appears that Apple have changed the way UI scripting is activated, can anyone tell me how to
set this up in System Pref’s or with a script.
I suppose that means that the code below no longer works ?
tell application "System Events"
set UIenabled to UI elements enabled
if UIenabled = false then
set UI elements enabled to true
else if UIenabled = true then
set UI elements enabled to false
end if
end tell