Hi, Kai and Bonedoc, thanks much for the replies.
I made sure that the script has the ellipsis, not 3 dots
I made sure that universal access assistive devices is enabled.
The only thing monumental I had done between the last time the script worked, and when it ceased was that I installed the latest Apple security update (yes I did the permissions thing before and after the install). It’s really tough to imagine that a security upgrader would diddle with Applescript. I have no right to fingerpoint to the Apple upgrader, the problem could be coincidental.
I ran the script thru Script Debugger Demo and here’s what happened: Initially I thought that Applescript couldn’t find Safari, but looking at where the pointer stopped, it looks like Applescript can’t find Safari’s reset button anymore, even though it is, in fact, real.
While attempting to step thru the script, the pointer stopped here and wouldn’t let me go further, then the error was returned.
tell application “Safari” to activate
tell application “System Events”
tell application process “Safari”
----> click menu item “Reset Safari.” of menu “Safari” of menu bar 1
try
click button “Reset” of window 1
end try
end tell
end tell
Script Debugger’s Script Error window returned these errors at each of its 3 tabs:
The Message Tab displayed this error:
System Events got an error: NSReceiverEvaluationScriptError: 4
The partial Result tab returned this:
{}
The Application Tab returned this:
application “System Events”
I’m at a loss to do anything beyond wild speculation, so I’ll much appreciate any ideas/suggestions.
Thanks again, and Happy New Year,
Adonsa