0

When I attempt to run my IE tests on the Grid I get this stack trace

enter image description here

If I run the tests locally off the grid things run fine. My chrome and firefox tests both run on the grid with no issue, it just seems to be IE. Not sure what other information would be helpful any advice is greatly appreciated.

Here is the log from the node.

enter image description here

Test Framework:

Selenium standalone server 2.53.1
Selenium.WebDriver 2.53.1 
Selenium.Support 2.53.1
Selenium.WebDriver.IEDriver 2.53.1.1
NUnit 3.4.1
.NET 4.5
   C#

Node setup

Windows Server 2008 R2 6.1
IE 11
Buster
  • 685
  • 1
  • 5
  • 28

2 Answers2

0

My issue was not that SendKeys() wasnt working it was actually that it was just typing so slow WebDriverException was thrown before typing could finish. https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/3072

Buster
  • 685
  • 1
  • 5
  • 28
0

I've had similar problems when using the 64-bit IE driver. Text entry is painfully slow. Switching to the 32-bit IE driver solves this problem.

tim-slifer
  • 1,068
  • 1
  • 9
  • 17