Jump to content

Help with IEFormElementCheckBoxSelect


RickB75
 Share

Recommended Posts

Can one of you guys tell me what I'm doing wrong here. I tried various combo's but I can't get the checkbox checked off and I'm not getting any errors.

#include <IE.au3>

Global $oie2 = _IECreate("https://dealerdaily.toyota.com")
WinSetState("Dealer Daily Login","",@SW_MAXIMIZE)




Local $oForm = _IEFormGetObjByName($oie2, "ddloginForm")
$unform = _IEFormElementGetObjByName($oForm,"username")
_IEFormElementSetValue($unform,"xxxxxxx")
$pwform = _IEFormElementGetObjByName($oForm,"password")
_IEFormElementSetValue($pwform,"xxxxxxxxx")

_IEFormElementCheckBoxSelect($oForm,"true","LoginCheck",1,"byValue")

Thanks

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