Jump to content

UDF - IE.au3 - Catch problems with IE


LubeLee
 Share

Recommended Posts

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"

Link to comment
Share on other sites

What about other situations, bro?

Maybe... Just add them in

$Info = StatusbarGetText("Internet Explorer")
If StringInStr($Info, "error") Or StringInStr($Info, "cannot") Or StringInStr($Info, "error") Then
    ; do something
EndIf

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

_IEErrorHandlerRegister

_IEErrorNotify

8)

Edited by Valuater

NEWHeader1.png

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