Вопрос

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