aphesia Posted April 5, 2009 Posted April 5, 2009 (edited) while 1 if _FFLoadWait = 0 then sleep(3000) else if _FFLoadWait() then $test = 1 endif endif will this wait until the page loads and when the page loads, wait until its full loaded and set the parameter? i dont have firefox installed and would like to know if this woul work? thanks @edit: okay i tried it out.. it doesnt work so how can i make a script to check if a site is loading or not ? i want to check if its loading, if yes do smth , if not do smth else Edited April 5, 2009 by aphesia
computergroove Posted April 6, 2009 Posted April 6, 2009 I've heard of IeLoadWait but I cannot find a reference for _ffloadwait. Where did you see this? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
Stilgar Posted April 7, 2009 Posted April 7, 2009 If you don't have FireFox installed, why do you try to use _FFLoadWait from the FF.au3 (FF=FireFox) For IE is this _IELoadWait. jEdit4AutoIt PlanMaker_UDF
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