[AutoIT IE] help..

04/30/2017 17:59 Melli-#1
I tried to make a register program for instagram.
But if I use my program and press on the textbox from the username, it deleted it...

Quote:
_IENavigate($oIE,"https://www.instagram.com/accounts/emailsignup/?signupFirst=true")
_IELoadWait($oIE,0,-1)
Sleep(5000)
$oEmail = _IEGetObjByName($oIE,"emailOrPhone")
_IEFormElementSetValue($oEmail, "[Only registered and activated users can see links. Click Here To Register...]")
$oName = _IEGetObjByName($oIE,"fullName")
_IEFormElementSetValue($oName, "Melli Epvp")ä
So he done all but if I press on the textbox from the "emailOrPhone" at the webbrowser, the site delete the "[Only registered and activated users can see links. Click Here To Register...]" how I can fix that?


Deutsch:
Er füllt das Formular zwar aus, nur drückt man dann mit der Maus auf das Textfeld ist das eingegebene weg.
05/07/2017 17:11 xShizoidx#2
Try to remove the classes of the form elements before you change the value. You can test it with the help of the web inspector which is integrated in your browser.
05/24/2017 21:42 symphonick#3
Du kannst auch mit Kantu versuchen :
[Only registered and activated users can see links. Click Here To Register...]