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:
IE 11
Selenium 2.43.1
element.s
I also faced the same issue with IE11 on Windows x64 bit. I was using 64bit version of IEDriverServer.exe (IE driver-3.7.0 with selenium-3.7.0).
After I changed to 32bit version of IEDriverServer.exe, it solved the issue