Luke101 Posted July 31, 2012 Posted July 31, 2012 I am trying to put text in a user name and password fields in internet explorer. The code i am using types the text too fast. Here is the code I am using: $oUser.value = $sUser $oPass.value = $sPass _IEAction($oSubmit, "click") I need the script to type the text slower. i have tried this: Opt("SendKeyDelay", 5000) But this does not work
DarkDeveloper Posted July 31, 2012 Posted July 31, 2012 AutoItSetOption ( "option" [, param] )AutoItSetOption("SendKeyDelay",5000)
Luke101 Posted July 31, 2012 Author Posted July 31, 2012 AutoItSetOption ( "option" [, param] ) AutoItSetOption("SendKeyDelay",5000) I have tried this but it still does not type slow.
jdelaney Posted July 31, 2012 Posted July 31, 2012 (edited) that's interesting, since setting the .value of an element does not send keys...if only your elements were not named user/pass, i would provide an alternative :/ Edited July 31, 2012 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
DarkDeveloper Posted July 31, 2012 Posted July 31, 2012 that's interesting, since setting the .value of an element does not send keys...if only your elements were not named user/pass, i would provide an alternative :/Your code is probably just clicking the submit button and not filling fields. I would post all of your code to get a better understanding.
czardas Posted July 31, 2012 Posted July 31, 2012 What is wrong with typing fast, huh? operator64 ArrayWorkshop
Valik Posted July 31, 2012 Posted July 31, 2012 What a bunch of fucking idiots. Thread is egregiously stupid and it violates the rules. Thread locked.I strongly suggest stopping and thinking about the problem. On your own. Not on our forum.
Recommended Posts