Jonny Quick Posted September 13, 2010 Report Share Posted September 13, 2010 I use ME to do stuff with browsers. I personally prefer IE for general use, but for the stuff I do with Macros, Firefox is way better. I'd be 100% Firefox except ME doesn't have a "Waitfor Webpage" for Firefox. Is there a technical reason for this ? If not, I would think most ME users would prefer FF over IE. Could this happen ? Is this avaialable in the Pro version ? Quote Link to comment Share on other sites More sharing options...
paul Posted September 13, 2010 Report Share Posted September 13, 2010 Even AutoIt has no code for Firefox, whereas they have a comprehensive set of functions for IE; so the answer is almost certainly No. Quote Link to comment Share on other sites More sharing options...
acantor Posted September 13, 2010 Report Share Posted September 13, 2010 I have spent a fair amount of time figuring out ways to determine when a Firefox page has loaded. I have not found a single solution that works on every web page under all conditions. The best of the solutions are not 100% foolproof, but are good enough. Most of these macros monitor pixel colour changes; others monitor changes in the shape of the mouse cursor. A few do both. Note that the wait for IE webpage command is not 100% reliable, either. JavaScript and AJAX appear to throw off the timing. So even when I script for IE, I am usually forced to add a time delay. Quote Link to comment Share on other sites More sharing options...
paul Posted September 13, 2010 Report Share Posted September 13, 2010 Note that the wait for IE webpage command is not 100% reliable, either. JavaScript and AJAX appear to throw off the timing. So even when I script for IE, I am usually forced to add a time delay. AFAIK, the AutoIt IE code does handle javascript correctly. It's certainly very comprehensive. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.