I was able to repro the repeating character problem and am happy to report that I have found an excellent and easy to implement solution to this problem! You can very simply switch to using the WshShell.SendKeys function in place of SendString. It's very easy to use, works reliably for Browsers and...