I\'m using the example code from the SeleniumHq site - but in debug mode the performance is awful.
In release mode the entire test takes about 6 seconds (including l
For me, the fix was to switch to the 32 bit version of InternetExplorerDriver.exe from https://code.google.com/p/selenium/downloads/list
InternetExplorerDriver.exe
Seemingly named IEDriverServer nowadays, but works if you just rename it to InternetExplorerDriver.exe.
IEDriverServer