PunkoHead Posted March 28, 2018 Share Posted March 28, 2018 @Danp2 Unfortunately this does not work for me again... P.S. Sorry for the delay, we had a lot of additional work in the meantime Link to comment Share on other sites More sharing options...
Danp2 Posted March 28, 2018 Author Share Posted March 28, 2018 @PunkoHead Can't really help further due to lack of information from you. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
PunkoHead Posted April 5, 2018 Share Posted April 5, 2018 Okay, can you let me know what is needed so that you can assist me with it? I have the following page: I need to extract data from "Decline Reasons last 24h", but when I do, I get the following error in AutoIT: _FFConnect: OS: WIN_81 WIN32_NT 9600 _FFConnect: AutoIt: 3.3.14.2 _FFConnect: FF.au3: 0.6.0.1b-15 _FFConnect: IP: 127.0.0.1 _FFConnect: Port: 4242 _FFConnect: Delay: 2ms _FFConnect: Socket: 636 _FFConnect: Browser: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 __FFSendJavaScripts: Sending functions to FireFox .......... done "C:\Program Files (x86)\AutoIt3\Include\FF.au3" (3003) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.: $aTable[$j][$i] = $aRows[$j + 1] $aTable[$j][$i] = ^ ERROR ->16:37:57 AutoIt3.exe ended.rc:1 +>16:37:57 AutoIt3Wrapper Finished. >Exit code: 1 Time: 1.982 I have also uploaded the FF.au3 that I am using. Here is the code: #include <FF.au3> #include <Array.au3> _FFConnect() $a = _FFTableWriteToArray() _ArrayDisplay($a) What else can I give you as details? Thank you in advance! FF.au3 Link to comment Share on other sites More sharing options...
Danp2 Posted April 5, 2018 Author Share Posted April 5, 2018 There was a prior change in this UDF that attempted to fix an issue in _FFTableWriteToArray. This change was as follows -- From this $aTable[$j][$i] = $aRows[$i + 1] To this $aTable[$j][$i] = $aRows[$j + 1] You have a few options to try to address this yourself -- Revert this line of code to see if the error goes away. Remember that this could have other side effects Debug the UDF code to determine why this error is occurring. You could try the latest version from the original author, which you can download here. P.S. I am no longer using this UDF, so I won't be updating it any further. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
ConnorMcLeod Posted April 21, 2018 Share Posted April 21, 2018 (edited) Hello, When i install FF, Firefox Quantum is installed, it says MozRepl is not compatible, is there something to do or should i install another version ? ( I'm pretty sure this question is reccurent, may be you can ass little statement about it in main post ) Or is [UDF] WebDriver (W3C compliant) a replacement ? i'm new to this, sorry if my question sounds dumb. Thanks. Edited April 21, 2018 by ConnorMcLeod Link to comment Share on other sites More sharing options...
Danp2 Posted April 21, 2018 Author Share Posted April 21, 2018 2 hours ago, ConnorMcLeod said: I'm pretty sure this question is reccurent, may be you can ass little statement about it in main post Done. Thanks for the suggestion. The WebDriver UDF is definitely an alternative to this one. Check it out and post any questions to this thread in the GH&S section. ConnorMcLeod 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Acom Posted July 4, 2020 Share Posted July 4, 2020 On 3/4/2017 at 9:09 PM, Stilgar said: Sorry for the long downtime. Can anyone tell me what's the difference between my current version 0.6.0.2b and all the functions here in the forum? Some changes has been made. I suggest to use Total Commander file compare mode (Files - Compare By Content) to see the difference between two files._FF V0.6.0.5b-1.au3 mLipok 1 Link to comment Share on other sites More sharing options...
mLipok Posted September 3, 2020 Share Posted September 3, 2020 On 7/4/2020 at 9:49 PM, Acom said: I suggest to use Total Commander file compare mode https://winmerge.org/ is better... Danp2 1 Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 Link to comment Share on other sites More sharing options...
Earthshine Posted September 4, 2020 Share Posted September 4, 2020 (edited) On 9/3/2020 at 1:50 AM, mLipok said: https://winmerge.org/ is better... BeyondCompare makes winmerge look lame. It’s the best comparison tool out there Edited September 4, 2020 by Earthshine TheXman 1 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Developers Jos Posted September 4, 2020 Developers Share Posted September 4, 2020 18 minutes ago, Earthshine said: BeyondCompare makes winmerge look lame. ...and that is $30 buck better than WinMerge? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Earthshine Posted September 4, 2020 Share Posted September 4, 2020 (edited) Dude it’s light years better than winmerge In every possible conceivable way why don’t you download the trial and try it out it is the crème de la crème of comparison tools and there are none better The merging Capabilities are amazing Edited September 4, 2020 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Danp2 Posted September 4, 2020 Author Share Posted September 4, 2020 So, you are saying it's beyond compare? 😆 Earthshine and TheXman 1 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Developers Jos Posted September 4, 2020 Developers Share Posted September 4, 2020 55 minutes ago, Earthshine said: BeyondCompare makes winmerge look lame. It’s the best comparison tool out there ... and this is the Pro ($60) or the Regular ($30) version you are talking about? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Earthshine Posted September 5, 2020 Share Posted September 5, 2020 (edited) Pro of course LOL but it is super awesome and I use it all the time and it has made my life much easier so if you are a professional you might wanna consider this tool It can even do really good binary compares against executables even in DLLs and tell you what the differences are It’s super configurable and super powerful Edited September 5, 2020 by Earthshine My resources are limited. You must ask the right questions 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