How does one reduce the delay between keypresses in the TypeText
method of Watin? Is there a better way if I want to "instantaneously" type some text?
I know its a bit late but I might as well share this bit of info for others having the same problem who land here especially considering you asked for an example.
IE browser = new IE();
browser.TextField("UserName").Value = "admin";
browser.TextField("Password").Value = "pass123";
Have fun. Here is a nice post on an alternative way which is where I found this some time back.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With