Jump to content

What is the function that waits until an IE page finishes loading?


Recommended Posts

I remember a function a long time ago that would wait until an internet explorer window would finish loading before proceeding with the remainder of the script. Has that been taken out? I proof read the functions on the net and I could not find it. Thanks in advance.

Example:

Winactivate(iexplore.exe)
send("!f");sends alt+f to open the file window
send("o");opens the "open dialog" for entry of a web address
send("www.google.com{enter}");enters www.google.com and hits enter to begin loading the window
WaitUntilIEPageLoads;waits until www.google.com loads before continuing <-- look here
send($LoginName)

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

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...