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, " ")
$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 "

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