gpt4 book ai didi

google-chrome - 如何使用 AppleScript 在 Chrome 后台打开新标签页

转载 作者:行者123 更新时间:2023-12-01 08:17:48 26 4
gpt4 key购买 nike

如何在 chrome 中使用 AppleScript 在后台打开新标签页。
打开选项卡似乎很容易,但我找不到可以调用什么来在后台打开选项卡,这意味着事件选项卡保持不变。

最佳答案

您可以将 active tab index 保存在变量中,并在创建选项卡后将其重新设置:

tell application "Google Chrome"
set activeIndex to get active tab index of window 1
tell window 1
set newTab to make new tab with properties {URL:"http://www.google.com/"}
end tell
set active tab index of window 1 to activeIndex
end tell

关于google-chrome - 如何使用 AppleScript 在 Chrome 后台打开新标签页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6007338/

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