gpt4 book ai didi

firefox - 通过 Applescript 在 Firefox 中的当前选项卡中打开 URL

转载 作者:行者123 更新时间:2023-12-02 21:40:21 25 4
gpt4 key购买 nike

我使用此脚本在新选项卡中打开 URL,但我希望它在当前选项卡中打开。有办法做到这一点吗?

tell application "Firefox"
open location "http://www.yubnub.org"
end tell

最佳答案

Firefox 的 Applescript 支持似乎不太存在。

使用系统事件和击键尝试此解决方法。

tell application "Firefox"
activate
set the clipboard to "http://www.yubnub.org"
tell application "System Events"
keystroke "l" using {command down}
keystroke "v" using {command down}
key code 36 -- return key
end tell
end tell

关于firefox - 通过 Applescript 在 Firefox 中的当前选项卡中打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20567130/

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