IE driver running quite slow.

2,544 views
Skip to first unread message

Abhishek Bisht

unread,
Sep 4, 2013, 2:45:13 AM9/4/13
to webd...@googlegroups.com
Hi all
 
I was trying to work with iedriver before with version 24 i had used inbuilt ie driver but now  while using selenium version 32 i am using external ie driver. But its quite slow and its really painful to execute test on IE its seems even manually one can perform test faster than using IE driver.
Does any one has work around or any suggestion so that i can increase my test speed.
 
Thanks
Regards
Abhishek Bisht

Jim Evans

unread,
Sep 4, 2013, 5:43:23 PM9/4/13
to webd...@googlegroups.com
I'm going to use my psychic debugging powers to deduce you're using the 64-bit version of IEDriverServer.exe, and you're running against IE10. Use the 32-bit version of IEDriverServer.exe, even if you're using 64-bit Windows. This will be more accurate to what your users will be executing too.

Chris Merrill

unread,
Sep 5, 2013, 10:06:58 AM9/5/13
to webd...@googlegroups.com
Interesting, Jim. Is this a documented issue?

I ask because I had the opposite experience. We were using the 32-bit IEDriverServer.exe (because
it runs on both 32- and 64-bit Windows). After upgrading to IE10 on my machine, driving it with
WebDriver was horribly slow. I tried the 64-bit IEDriverServer and the performance was restored.

Chris
> --
> You received this message because you are subscribed to the Google Groups "webdriver" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> webdriver+...@googlegroups.com.
> To post to this group, send email to webd...@googlegroups.com.
> Visit this group at http://groups.google.com/group/webdriver.
> For more options, visit https://groups.google.com/groups/opt_out.


--
------------------------------------------------------------------------ -
Chris Merrill | Web Performance, Inc.
ch...@webperformance.com | http://webperformance.com
919-433-1762 | 919-845-7601

Web Performance: Website Load Testing Software & Services
------------------------------------------------------------------------ -

Jim Evans

unread,
Sep 5, 2013, 12:57:28 PM9/5/13
to webd...@googlegroups.com
I know there have been issues filed on this in the tracker, but I can't look for them at the moment. Yes, if you're using native events, sendKeys can be incredibly slow using the 64-bit IEDriverServer.exe. Something about the way we are using SendMessage to simulate keystrokes. The alternatives are to use the 32-bit exe, turn off native events, or use the requireWindowFocus capability. Honestly this is the first I've heard perf issues like that with the 32-bit exe.

Abhishek Bisht

unread,
Sep 6, 2013, 1:32:05 AM9/6/13
to webd...@googlegroups.com
Hi all

Thanks for suggestion but i already tried with 32 bit as well as 64 bit and i was runnning test for ie9 and ie8 and on both the case ie taking long time to load untill unless i stop page loading webdriver not executing next call and witing for pending navigation. Do i am doing something wrong??

krzysztof...@opigram.com

unread,
Sep 9, 2013, 9:30:45 AM9/9/13
to webd...@googlegroups.com

Abhishek Bisht

unread,
Sep 12, 2013, 2:35:42 AM9/12/13
to webd...@googlegroups.com
The real problem is when ever i am trying to run test its keep on loading the page for few steps it runs fine then its start hanging up i have tried with different iedriver versions also but nothing working for me does any one has any clue why its behaving like that currently i am using
Selenium - 2.33
IE driver - 2.30 , 2.33 , 2.34

Balaji

unread,
Jan 20, 2015, 7:17:51 PM1/20/15
to webd...@googlegroups.com
Hi Abhishek, were you able to resolve this issue? I am facing a similar issue. When I run more than 3 IE + IEDriverServer instances, IE hangs. I am using IE 11 and Windows Server 2008.
Reply all
Reply to author
Forward
0 new messages