Jump to content

Recommended Posts

Posted

I am doing automation with IE by IE.au3

I do many HTTP requests by _IENavigate OR _IEClick

Sometimes page load is not fully complete OR interrupted OR loaded with message in IE status bar like "Done but with errors on page."

Please guide me to detect these situations

Thanks, "bros"

Posted

If StatusbarGetText("Internet Explorer") = "Done but with errors on page." Then
; do something
EndIf
What about other situations, bro?
Posted

EDIT: have you looked at these two ????

_IEErrorHandlerRegister

_IEErrorNotify

8)

Thanks, an MVP pro

I had a quick glance at them (_IEErrorHandlerRegister, _IEErrorNotify)

I will do it in more depth for now. Thanks

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
  • Recently Browsing   0 members

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