【问题标题】:How to integrate Chrome & Firefox browser into AutoHotKey如何将 Chrome 和 Firefox 浏览器集成到 AutoHotKey
【发布时间】:2019-01-14 20:27:08
【问题描述】:

有没有办法将ChromeFirefoxAutoHotKey 集成在一起,如下所示的Internet Explorer?

Gui Add, ActiveX, w980 h640 vWB,s.Explorer ;Whatever we give here instead 
;'s' I notice it loads IE control only. Someone in AHK forum
;said mentioning Mozilla instead 's' will load MozillaClass. That is false.
WB.Silent := True
WB.Navigate("https://www.google.com/")
Gui, Show,,Browsers in AHK GUI
Return
GuiClose:
Exitapp
Return

【问题讨论】:

    标签: google-chrome firefox autohotkey


    【解决方案1】:

    您是否首先在您的系统上安装了 Mozilla ActiveX 控件?看看http://www.iol.ie/~locka/mozilla/control.htm,当然还有火狐?

    那么,这一行是:

    Gui Add, ActiveX, w980 h640 vWB, Mozilla.Browser 
    

    查看https://autohotkey.com/boards/viewtopic.php?t=31745 了解更多信息。

    【讨论】:

    • 我查过了。它似乎很旧,最后一次更新是在 2005 年 12 月 15 日。我想使用firefoxchrome 的原因是这些浏览器支持许多功能,包括html5。我从你提到的“退房”的同一个地方得到了脚本
    猜你喜欢
    • 1970-01-01
    • 2012-06-16
    • 1970-01-01
    • 2011-01-20
    • 2012-07-21
    • 2012-04-08
    • 2022-12-24
    相关资源
    最近更新 更多