BlankMind Posted February 2, 2005 Posted February 2, 2005 I'm doing a script for AutoIT to automate a webform. But to execute an action I have to wait the next page of the form opens on my browser (Mozilla Firefox, but I can use IE if I have to). I could use WinWait but the next page of the form doesn't change the title, and I couldn't use it anyway because I want to wait all the form to load, not immediately when the other link is opened. Some solution?
Helge Posted February 2, 2005 Posted February 2, 2005 I've done something like that myself once, and what I did was to read (Internet Explorer) the textthat is in the lower left corner of the IE-window. If it says "Complete" (or whatever it does in the Englishversion) the page has finished loading.I can't create a script here which will show you what I mean and how to do it,but I guess someone else can. Good luck !
BlankMind Posted February 2, 2005 Author Posted February 2, 2005 It's not necessary to make a example script, I understood. Thank you very much, I'll use it later.
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