Selenium Send Keys Slow in IE9/10/11 Windows 7 64Bit (32bit IEServer)

随声附和 提交于 2020-01-03 02:48:12

问题


Running Selenium Tests via Python 2.7.9 or C# app I'm getting really slow character input into text fields. Elsewhere I have seen the fix of using the 32bit IEDriver.exe but this hasn't fixed the issue for me. I've also tried with 'protected mode' all set to on and off. As you can see in the image below, all related processes are all in 32bit mode on this box. Has anyone fixed this please?

Versions: Python 2.7.9, nose 1.3.4, selenium 2.45.0, IEDriver 2.35.3.0, Internet Explorer 9.0.8112.16421


回答1:


Check your antivirus. I had McAffee preventing IEDriverServer.exe from using hooks which made SendKeys painfully slow.




回答2:


I got a selenium send keys slow issue in remote machine.When space is low. Try deleting unwanted logs and give a try it will speed up send keys.



来源:https://stackoverflow.com/questions/28896522/selenium-send-keys-slow-in-ie9-10-11-windows-7-64bit-32bit-ieserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!