Jump to content

Wait for a webpage open


Recommended Posts

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?

Link to comment
Share on other sites

I've done something like that myself once, and what I did was to read (Internet Explorer) the text

that is in the lower left corner of the IE-window. If it says "Complete" (or whatever it does in the English

version) 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 !

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...