gpt4 book ai didi

macos - 使用 AppleScript 在新的 Safari 选项卡中打开 URL

转载 作者:行者123 更新时间:2023-12-03 08:14:11 24 4
gpt4 key购买 nike

是否可以使用 AppleScript 在 Safari 的新标签页中打开链接?

最佳答案

这将起作用:

tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"http://www.stackoverflow.com"})
end tell
end tell

关于macos - 使用 AppleScript 在新的 Safari 选项卡中打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2892622/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com