I'm running one of my scripts on IE 11
browser with Selenium 2.43.1
when the script types in text field using following:
element.sendKeys("string");
In IE browser, I can see that one character of string is typed in text field and it waits for 1-2 seconds before typing next character. Means for typing one character it's taking 1-2 seconds.
- Why is typing so slow with IE?
- Is there any alternate way to speed up typing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…