So far I am able to create the IE window which is www.growsocials.com
However, i cannot seem to find the name of the form because I get IE status no match. I inspect element in google chrome and it says the name of the login forms are email and password.
When i use that in my code it does not work. what Am i doing wrong?
#include <IE.au3> Local $oIE = _IECreate("<a href='http://www.growsocials.com%22,0,1,1' class='bbc_url' title='External link' rel='nofollow external'>http://www.growsocials.com",0,1,1</a>) Sleep (2000) $oFormEmail = _IEFormElementGetObjByName($oIE, "email") Sleep (1000) _IEFormElementSetValue($oFormEmail, "myemail@yahoo.com")
Edited by psychoblast, 16 April 2012 - 08:12 AM.




This topic is locked

