kwixro Posted September 5, 2011 Share Posted September 5, 2011 Error :) __FFWaitForRepl ==> Timeout: 10015ms > 10000ms $iTimeOut _FFLoadWait: . __FFWaitForRepl ==> Timeout: 30002ms > 30000ms $iTimeOut . __FFWaitForRepl ==> Timeout: 30024ms > 30000ms $iTimeOut . . ...... Link to comment Share on other sites More sharing options...
lis16 Posted September 8, 2011 Share Posted September 8, 2011 How to fix it? I don't close mozrepl or somethings. Link to comment Share on other sites More sharing options...
czmaster Posted October 17, 2011 Share Posted October 17, 2011 Hello, Can someone help me to translate this IE script for firefox : $oIE=_IECreate ("http://example.com) $oForm = _IEFormGetObjByName ($oIE, "formular") $oText = _IEFormElementGetObjByName ($oForm, "name") _IEFormElementSetValue($oText,"value") Thank you Link to comment Share on other sites More sharing options...
ProgAndy Posted October 17, 2011 Share Posted October 17, 2011 @lis16: Maybe a bit late, but you must not connect multiple times. Call _FFConnect only once at the beginning of the script and not in the loop. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Link to comment Share on other sites More sharing options...
MrGreat Posted October 19, 2011 Share Posted October 19, 2011 _FFQuit () closes only one window, but not all Firefox. Is it possible to close Firefox with multiple windows, so they opened up when restoring the session next time? Link to comment Share on other sites More sharing options...
MrGreat Posted October 19, 2011 Share Posted October 19, 2011 I solved the problem. I found out that it is necessary to find 'TCPSend($_FF_GLOBAL_SOCKET, "close()" & @CRLF)' at line 2057 in FF.au3 and replace the "close()" to "goQuitApplication()", that Firefox is really closed. I hope that it will be useful to someone. Link to comment Share on other sites More sharing options...
RichardL Posted November 8, 2011 Share Posted November 8, 2011 @krihith, @squeegee, @lis16,I think you've found the same problem as I asked about here:http://www.autoitscript.com/forum/topic/132012-ff3-and-xpath-return-data-only-from-first-web-pageand my workaround may work for you.Richard Link to comment Share on other sites More sharing options...
Vishal85 Posted November 16, 2011 Share Posted November 16, 2011 Hi All, I have been using IE.au3 library for automation of IE but didnt really know that there is a UDF for FF as well. Can somebody please answer couple of questions below, 1. Does FF.au3 UDF supports most recent version of Firefox which is FF v8 as of today? 2. Are there any plans to add it to official AutoIt UDFs same as that of IE.au3 3. Is MozRepl required for using this UDF? If yes then will it support Firefox v8? Thanks!! Link to comment Share on other sites More sharing options...
somdcomputerguy Posted November 16, 2011 Share Posted November 16, 2011 1. AFAIK, FF.au3 dosn't work with vers. 4 and above. 2. I dunno. 3. Yes. Probably doesn't, I don't know if it ever will. - Bruce /*somdcomputerguy */Â If you change the way you look at things, the things you look at change. Link to comment Share on other sites More sharing options...
dmob Posted November 18, 2011 Share Posted November 18, 2011 I have used it with Firefox 6. You just need to download thelatest MozRepl https://addons.mozilla.org/en-US/firefox/addon/mozrepl/versions/?page=1#version-1.1beta2apparently supports ver 9 and backward compatible Link to comment Share on other sites More sharing options...
Vishal85 Posted November 21, 2011 Share Posted November 21, 2011 Thanks for reply @dmob @somdcomputerguy! Does the compatibility of FF.au3 with Firefox depend on the version of MozRepl? I looked at the link you provided and looks like MozRepl does support FF3 to FF 10. Will all the FF.au3 functions work with latest versions of Firefox? Link to comment Share on other sites More sharing options...
dmob Posted November 22, 2011 Share Posted November 22, 2011 You might have to try it yourself, unless the OP replies... Link to comment Share on other sites More sharing options...
LOULOU Posted November 22, 2011 Share Posted November 22, 2011 In fact MOZREPL 1.1b2 works with Firefox 7.0 but not with Firefox 8.0 The new version of mOZREPL 1.1b3 doesn't work wit Firefox8 and lock the system I don't know if the problem comes from MOZREPL or from FF.AU3. I have tell this problem to stilgar one week ago but not response since .......... Link to comment Share on other sites More sharing options...
Valik Posted November 22, 2011 Share Posted November 22, 2011 In fact MOZREPL 1.1b2 works with Firefox 7.0 but not with Firefox 8.0The new version of mOZREPL 1.1b3 doesn't work wit Firefox8 and lock the systemI don't know if the problem comes from MOZREPL or from FF.AU3.I have tell this problem to stilgar one week ago but not response since ..........I would have thought that after 450+ posts you would be able to tell the difference between the post composition editor and the barebones report input. I see that giving the benefit of the dbout based on tenure was misplaced.Pay more attention what you are doing in the future. Link to comment Share on other sites More sharing options...
LOULOU Posted December 3, 2011 Share Posted December 3, 2011 (edited) Since the eight version of Firefox there a problem to connect to Firefox. Here is the log __FFStartProcess: ""C:Program FilesMozilla Firefoxfirefox.exe" -new-window "http://www.xxx.fr" -repl 4242 _FFConnect: OS: WIN_VISTA WIN32_NT 6002 Service Pack 2 _FFConnect: AutoIt: 3.3.6.1 _FFConnect: FF.au3: 0.6.0.1b-3 _FFConnect: IP: 10.244.144.52 _FFConnect: Port: 4242 _FFConnect: Delay: 2ms _FFConnect: Socket: 508 _FFConnect: Browser: __FFSendJavascripts: Sending functions to FireFox .......... done _FFLoadWait: ................................................. Her i was obliged to cancel And i use MOZREPL Version 1.1 +>12:34:40 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 20.186 Maybe someone know how to contact Stilgar which is the author of this nice tools , because even with the new version of MOZREPL 1.1 FF3.au3 don't walk Edited December 13, 2011 by LOULOU Link to comment Share on other sites More sharing options...
meomeo192 Posted December 25, 2011 Share Posted December 25, 2011 (edited) Hi all. I have code: #Include <FF.au3> _FFStart() _FFTabAdd() _FFTabAdd() _FFTabAdd() _FFTabAdd() _FFTabSetSelected("first","index") $i=0 Do $i=$i+1 _FFTabSetSelected("next","index") Until $i=5 Seem 2 commands _FFTabSetSelected don't act. Anybody can help me? Thanks all very much. This is info about error: __FFStartProcess: ""C:Program FilesMozilla Firefoxfirefox.exe" -new-window "about:blank" -repl 4242 _FFConnect: OS: WIN_7 WIN32_NT 7600 _FFConnect: AutoIt: 3.3.6.1 _FFConnect: FF.au3: 0.6.0.1b-3 _FFConnect: IP: 127.0.0.1 _FFConnect: Port: 4242 _FFConnect: Delay: 2ms _FFConnect: Socket: 564 _FFConnect: Browser: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0 __FFSendJavascripts: Sending functions to FireFox .......... done _FFLoadWait: . loaded in 17ms __FFSend: try{gBrowser.selectedTab = gBrowser.addTab('about:blank')}catch(e){'_FFCmd_Err';}; __FFRecv: [object XULElement] — {linkedBrowser: {…}, _tPos: 1, mOverCloseButton: false, mCorrespondingMenuitem: null, arrowKeysShouldWrap: false, pinned: false, hidden: false, ...} _FFLoadWait: . loaded in 27ms __FFSend: try{gBrowser.selectedTab = gBrowser.addTab('about:blank')}catch(e){'_FFCmd_Err';}; __FFRecv: [object XULElement] — {linkedBrowser: {…}, _tPos: 2, mOverCloseButton: false, mCorrespondingMenuitem: null, arrowKeysShouldWrap: false, pinned: false, hidden: false, ...} _FFLoadWait: .. loaded in 315ms __FFSend: try{gBrowser.selectedTab = gBrowser.addTab('about:blank')}catch(e){'_FFCmd_Err';}; __FFRecv: [object XULElement] — {linkedBrowser: {…}, _tPos: 3, mOverCloseButton: false, mCorrespondingMenuitem: null, arrowKeysShouldWrap: false, pinned: false, hidden: false, ...} _FFLoadWait: .. loaded in 289ms __FFSend: try{gBrowser.selectedTab = gBrowser.addTab('about:blank')}catch(e){'_FFCmd_Err';}; __FFRecv: [object XULElement] — {linkedBrowser: {…}, _tPos: 4, mOverCloseButton: false, mCorrespondingMenuitem: null, arrowKeysShouldWrap: false, pinned: false, hidden: false, ...} _FFLoadWait: .. loaded in 292ms __FFSend: try{gBrowser.tabContainer.selectedIndex = first}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{gBrowser.tabContainer.selectedIndex = next}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{gBrowser.tabContainer.selectedIndex = next}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{gBrowser.tabContainer.selectedIndex = next}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{gBrowser.tabContainer.selectedIndex = next}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err __FFSend: try{gBrowser.tabContainer.selectedIndex = next}catch(e){'_FFCmd_Err';}; __FFRecv: _FFCmd_Err >Exit code: 0 Time: 7.462 Edited December 25, 2011 by meomeo192 Link to comment Share on other sites More sharing options...
mootius Posted December 25, 2011 Share Posted December 25, 2011 (edited) @meomeo192 #include <FF.au3> _FFStart() _ffwindowselect() ; probably not necessary depending on what you're trying to do _FFTabAdd() _FFTabAdd() _FFTabAdd() _FFTabAdd() $i=0 While $i <= 5 _FFTabSetSelected($i) $i = $i + 1 WEnd Also, I noticed in the FF3 Documentation that the _FFTabSetSelected $vTab parameter says, "prev= next tab." & "next= previous tab." which seems backwards... Edited December 25, 2011 by mootius Link to comment Share on other sites More sharing options...
meomeo192 Posted December 26, 2011 Share Posted December 26, 2011 @mootius: thanks you very much. Please tell me the way to i can send some button to Firefox, while i don't active this window Firefox. Link to comment Share on other sites More sharing options...
mootius Posted December 26, 2011 Share Posted December 26, 2011 @mootius: thanks you very much.Please tell me the way to i can send some button to Firefox, while i don't active this window Firefox.Could you be more specific? Honestly, I'm very new to AutoIt, but I'll help if I can. Explain what you're trying to do, or post some code you are trying to get to work... Link to comment Share on other sites More sharing options...
meomeo192 Posted December 27, 2011 Share Posted December 27, 2011 I intend make a auto read mail, so i want send Button "Delete" then read mail to don't read it again. Can you give me a suggestion? I'm new AutoIt to, so i'm very happy when know you, i'll be funny if you send me a private messenger have Yahoo or email to we can learn together. Thanks you very much. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now