Jump to content

Recommended Posts

Posted

Hello everyone,

I'm just new with the AutoIt program. Amazing things has been done already.

In my script I use IE.AU3 to fill webforms automaticly.

I'm looking for a way if a given text is displayd onto the webpage after submitting te form.

Hope this is possible,

Greatings from Holland

Posted

some sample

_IENavigate($oIE, $url)
            $my_text = _IEBodyReadHTML($oIE)
                If StringInStr($my_text, "BLABLA") > 0 Then

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
×
×
  • Create New...