Luke101 Posted July 31, 2012 Share 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 Link to comment Share on other sites More sharing options...
DarkDeveloper Posted July 31, 2012 Share Posted July 31, 2012 AutoItSetOption ( "option" [, param] )AutoItSetOption("SendKeyDelay",5000) Link to comment Share on other sites More sharing options...
Luke101 Posted July 31, 2012 Author Share Posted July 31, 2012 AutoItSetOption ( "option" [, param] ) AutoItSetOption("SendKeyDelay",5000) I have tried this but it still does not type slow. Link to comment Share on other sites More sharing options...
jdelaney Posted July 31, 2012 Share 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. Link to comment Share on other sites More sharing options...
DarkDeveloper Posted July 31, 2012 Share 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. Link to comment Share on other sites More sharing options...
trancexx Posted July 31, 2012 Share Posted July 31, 2012 I want to scream. czardas 1 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
czardas Posted July 31, 2012 Share Posted July 31, 2012 What is wrong with typing fast, huh? operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
Valik Posted July 31, 2012 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts