سؤال

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