找回密码
 加入
搜索
查看: 2877|回复: 5

[IE类操作] 想用 _IECreate 打开 Firefox浏览器窗口,可能吗?

  [复制链接]
发表于 2014-2-10 22:11:35 | 显示全部楼层 |阅读模式
如题,困惑中!
发表于 2014-2-10 22:28:59 | 显示全部楼层
应该不可能吧,ie系列函数本质上是调用了InternetExplorer.application而非Firefox对象
发表于 2014-2-10 22:56:38 | 显示全部楼层
有专门的firefox函数库
 楼主| 发表于 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
发表于 2014-2-11 09:56:55 | 显示全部楼层
有专门的firefox函数库
netegg 发表于 2014-2-10 22:56



    介绍一下啊
发表于 2014-2-11 10:10:29 | 显示全部楼层
回复 5# vigiles
英文论坛找
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-2 23:45 , Processed in 0.075897 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表