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.

有帮助吗?

解决方案

tell application "Safari"
    activate
    make new document
end tell
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top