Is it possible to use AppleScript to open a link in a new tab in Safari?
This will work:
tell application "Safari" tell window 1 set current tab to (make new tab with properties {URL:"http://www.stackoverflow.com"}) end tell end tell
1.4m articles
1.4m replys
5 comments
57.0k users