Jump to content

_ie button press questions


faustf
 Share

Recommended Posts

hi guys  i have  this button in the page web

<div class="buttons_div">
    <div class="agreeButtonSpace submit_div">
        <input class="ebayLVTracking_clickthru agree_button anchorSpace" type="submit" value="Agree">
        </div>

i tryed to pushed  with this code  and  do that

Local $oForm2 = _IEFormGetCollection($oIE, 0)
            For $oForm In $oForm2
                ConsoleWrite($oForm.value & @CRLF)
            $name = String($oForm.value())
            If $name = "Agree" Then
            _IEAction($oForm, "Click")
            EndIf
            Next

but  return a errror

"E:\_GESTIONALE_NEW\include\GUI_Configure.au3" (2613) : ==> The requested action with this object has failed.:
$name = String($oForm.value())
$name = String($oForm^ ERROR

why return error ??? thankz

 

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