Method SendKeys is very slow on IE11

201 Views Asked by At

I'm using a SendKeys method to write text in a field. But on IE11, the writting is too slow, and my script shutdown cause a timeout.

I don't know how resolve this problem.

1

There are 1 best solutions below

0
On

I had Similar issue with IE11 on Windows x64 bit. I was using 64bit version of IEDriverServer.exe (IE driver-2.39.0 with selenium-3.0.1).

After I changed to 32bit version of IEDriverServer.exe, it solved the issue