ColdDeath Posted November 16, 2008 Posted November 16, 2008 When a webpage is loading, and I'm using Firefox by the way, at the bottom of your webbrowser witch status he's in: if he's currently loading or when he's done loading. When done loading you can read "Done". It's known that not every page uses the same time to load, and not everytime my internet connection is as fast as the previous attempt, etc, etc, etc. So, is there a way that my scripts sleeps, until the page is done loading? Greetings ColdDeath
ahha Posted November 16, 2008 Posted November 16, 2008 Try searching for Firefox statusbarhttp://www.autoitscript.com/forum/index.ph...refox+statusbar
ColdDeath Posted November 16, 2008 Author Posted November 16, 2008 Try searching for Firefox statusbar http://www.autoitscript.com/forum/index.ph...refox+statusbar #include <FF.au3> $Socket = _FFStart("http://www.test.net") $sStatusText = _FFSetGet($Socket,"window.content.status") ??? please explain... :S
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