Jump to content

Complete Browser Screen Download.


Recommended Posts

I am a novice user of autoit., I am trying to browse a set of records presented in IE thru NEXT buttom., basically I am hitting Next , Ctrl - C , Ctrl -v switch to an UltraEdit Screen and Copy and repeat the process.

The WinWaitActive("Title") is not working properly for me since the browser screen is there so it returns inmediatly when I press the NEXT buttom, a wait has been included in the code but it not always work., there is any function that allows to know when an Internet Explorer Screen has been completely downloaded?

regards

jc

Link to comment
Share on other sites

You should use _IEAttach() and ObjEvent() to detect when the page has finished loading. I believe you'll want to use the NavigateComplete2 event but I'm not 100% sure.

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