문제

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