Question

I need to open a new window in safari when a safari is already opened using apple script.

Note: Without use File Menu or Shortcut key.

Thanks in advance.

Was it helpful?

Solution

tell application "Safari"
    activate
    make new document
end tell
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top