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.
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.
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