gpt4 book ai didi

javascript - 在非默认浏览器中使用 Electron 打开 URL

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

我正在使用 Electron 尝试打开 URL。我知道我可以做类似的事情

const { shell } = require('electron')

shell.openExternal('https://github.com')

在默认浏览器中打开 URL。

有什么方法可以在非默认浏览器中执行此操作吗?例如,如果我想打开指向 Edge Store 的链接,但我的默认浏览器是 Chrome,我可以执行类似的操作

const { shell } = require('electron')

shell.openExternal('microsoft-edge:https://github.com')

最佳答案

仅使用默认的 shell 是无法做到这一点的,因为据我所知,它完全依赖于用户系统默认设置,但现有的 npm 软件包如 open这将为您提供此功能,例如:

等待打开('microsoft-edge:https://github.com');

他们的文档将引导您完成如何实现此功能。

关于javascript - 在非默认浏览器中使用 Electron 打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63292680/

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