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...
Deutsch:
Er füllt das Formular zwar aus, nur drückt man dann mit der Maus auf das Textfeld ist das eingegebene weg.
But if I use my program and press on the textbox from the username, it deleted it...
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?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")ä
Deutsch:
Er füllt das Formular zwar aus, nur drückt man dann mit der Maus auf das Textfeld ist das eingegebene weg.