Jump to content

Click submit button In IE


Arclite86
 Share

Go to solution Solved by Danp2,

Recommended Posts

I finally found a way to work with Internet-explorer but now Its a long time ago I used IE and forgot about some IE functions

I am trying to click a submit buttonĀ but it doesn wotk, this is the info about the button:

<button type="submit" class="submit btn primary-btn flex-table-btn js-submit">
              Inloggen
            </button>

If have tried this:

Local $oForm = _IEFormGetObjByName($oIE, "button")
 _IEAction($oForm,"button")
Sleep(1000)
Local $oButs = _IETagNameGetCollection($oIE, "button")
For $oBut In $oButs
If StringInStr($oBut.innertext, "Inloggen") Then _IEAction($oButs,"click")

Next
Local $oForm = _IEFormGetCollection($oIE, 0)
_IEFormSubmit($oForm)

and

_IEFormSubmit

but they didnt work :(

Could somebody please help me

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