Jump to content

Recommended Posts

Posted

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

Posted

AutoItSetOption ( "option" [, param] )

AutoItSetOption("SendKeyDelay",5000)

I have tried this but it still does not type slow.
Posted

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.

Posted

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.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...