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
Instead of WebEelement.send.keys, I used Actions object with sendKeys method. This worked like a charm.