0

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.

NMKP
  • 789
  • 3
  • 11
  • 33

1 Answers1

1
tell application "Safari"
    activate
    make new document
end tell
adamh
  • 3,222
  • 1
  • 20
  • 16