想用 _IECreate 打开 Firefox浏览器窗口,可能吗?
如题,困惑中!{:face (394):} 应该不可能吧,ie系列函数本质上是调用了InternetExplorer.application而非Firefox对象 有专门的firefox函数库 论坛上有资料的,试了,但不行,原因不明。连示例程序都运行失败,代码如下:#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
有专门的firefox函数库
netegg 发表于 2014-2-10 22:56 http://www.autoitx.com/images/common/back.gif
介绍一下啊 回复 5# vigiles
英文论坛找
页:
[1]