cihren 发表于 2014-2-10 22:11:35

想用 _IECreate 打开 Firefox浏览器窗口,可能吗?

如题,困惑中!{:face (394):}

frontow 发表于 2014-2-10 22:28:59

应该不可能吧,ie系列函数本质上是调用了InternetExplorer.application而非Firefox对象

netegg 发表于 2014-2-10 22:56:38

有专门的firefox函数库

cihren 发表于 2014-2-10 23:14:36

论坛上有资料的,试了,但不行,原因不明。

连示例程序都运行失败,代码如下:#Include <FF.au3>

If _FFConnect() Then
        If _FFOpenURL("http://www.google.de") Then
                MsgBox(64,"","www.google.de is loaded")
        Else
                MsgBox(64,"","Can't open www.google.de")
        EndIf
        Sleep(3000)

        ; Opens the browser-history in the current tab
        _FFOpenURL("chrome:history")
Else
        MsgBox(64,"Error","Can't connect to FireFox")
EndIf

vigiles 发表于 2014-2-11 09:56:55

有专门的firefox函数库
netegg 发表于 2014-2-10 22:56 http://www.autoitx.com/images/common/back.gif


    介绍一下啊

netegg 发表于 2014-2-11 10:10:29

回复 5# vigiles
英文论坛找
页: [1]
查看完整版本: 想用 _IECreate 打开 Firefox浏览器窗口,可能吗?