Tried to create a simple AppleScript program to list all open Safari URL’s - here is what I tried (Safari is either on High Sierra, Mojave or Ventura):
tell application “WebKit”
get URL of every tab of every window
end tell
But ScriptDebuggger 7 says it can’t find WebKit – is that normal? How do I resolve the issue or is there an easier way in Script Debugger 7?
Thanks…
-bob
ps - sorry for the incorrectly formatted script code - can’t remember how to do it correctly…