不同操作系统的默认浏览器路径
我需要依赖于不同操作系统的浏览器路径。
例如 , 在Win7中,Firefox的路径可能是 C:\Program Files (x86)\Mozilla Firefox\firefox.exe Chrome 可能是 %APPDATA%\Local\Google\Chrome\Application\chrome.exe
我正在开发一个 Eclipse 插件,它可以帮助用户为项目中的特定 url 启动浏览器,这将加快 Web 开发速度。
有时我们需要使用chrome/firefox/IE8/safari来测试网页, 这就是我开发这样一个插件的原因。
我的用户现在可以手动设置浏览器路径, 我可以让他们使用默认浏览器作为第一个浏览器。 (它已经完成了。)
如果我可以在不同的 OS/path 中拥有路径, 我可以检查是否存在这些文件并默认设置路径。 (就像 selenium-rc 所做的那样。)
是否有人有默认浏览器路径的信息?
困难的部分是操作系统太多、浏览器太多, 希望你能帮助我获取信息。
欢迎任何在PC上运行的浏览器, 如 Opera、IE、chrome、firefox、safari...等
I need the browser path that depend on different OS .
For example ,
in Win7 , Firefox's path might be
C:\Program Files (x86)\Mozilla Firefox\firefox.exe
Chrome might be
%APPDATA%\Local\Google\Chrome\Application\chrome.exe
I am developing a Eclipse plug-in ,which help user launch browser for specific url in a project, it's going to speed up the web developing .
Sometimes we need to use chrome/firefox/IE8/safari to test web page ,
so that's why I am developing such a plug-in.
My user could set up the browser path manually now ,
and I could let them use default browser as first one. (it's already done.)
If I could have the paths in different OS/path ,
I could check if there's existing those file and setup the path by default.
(Just like what selenium-rc does.)
If there's any one have the information for default browser path?
The difficult part is there's too many OS and too many browsers,
hope you could help me to get the information.
Any browser that running on PC is welcome ,
like opera,IE,chrome,firefox,safari...etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查询HTTP协议的默认应用。如果可能,请使用 COM 接口。
Query the default application of the HTTP protocol. Use the COM interface if possible.