autoit 如何支持firefox
autoit 可以支持IE 提供了大量API 支持IE 但是却没有支持firefox不知道有谁有过这方面的研究 例如如何实现
类似
_IECreate ("www.autoitscript.com", 1, 1, 0)
的API?
[ 本帖最后由 josewu2008 于 2009-1-21 11:46 编辑 ] :face (32): 那叫UDF吧?! 无法支持ff吧 _IECreate封装的是 ObjCreate("InternetExplorer.Application")
至于有没有其他的...不了解ff有没有可以被调用的 去官网找,好像有一套函数 http://www.thorsten-willert.de/Themen/AutoIt-FF.au3/FF.au3/index.php
http://translate.google.com/translate?hl=en&u=http://www.autoit.de/thread.php%3Fpostid%3D26018%26sid%3Df3478ec3ac70a2c6d1ec51575e60a484&prev=/search%3Fq%3DAutoit%2BFF.au3%26hl%3Den%26sa%3DGhttp://www.autoit.de/thread.php%3Fpostid%3D26018
[ 本帖最后由 sxd 于 2009-1-19 22:03 编辑 ] 实在不知道你到需要的是什么,下面是所有和firefox有关的
http://www.autoitscript.com/forum/index.php?act=Search&nav=&CODE=show&searchid=86ad5419c55e7c9ca9ddd459fd82dcef&search_in=posts&result_type=topics&hl=FIREFOX.AU3&st=0
另外,如果,你要只是改设置的话,直接改js文件就可以了
[ 本帖最后由 netegg 于 2009-1-20 02:49 编辑 ] thank all
我来看看这些资料 FF.au3 提供这样的API
_FFOpenURL (ByRef $ socket, $ sURL [, $ iTabIndex = -1 [, $ bWait = True]])
但是这个$ socket 如何得到?
有人用过这个API 么? 1.那不是api
2.由_FFStart () 返回
3.参考 http://translate.google.de/translate?u=http%3A%2F%2Fthorsten-willert.de%2FThemen%2FAutoIt-FF.au3%2FDokumentation%2C%2520German%2Findex.html&sl=de&tl=en&hl=de&ie=UTF-8 thx sxd very much!
but
我用下面的code 还是返回的socket is -1
#Include <FF.au3>
Local $socket=0
$socket=_FFStart ("about: blank" ,"default" , 1 ,False , "127.0.0.1" , 4242)
socket 是-1 , 但是@error 却是0 thxI has find the root cause. I need install one MozLab first . 你少装了一个插件
页:
[1]