Selenium. IEDriverServer.exe does not exist?
selenium
Solution
Unless you're building the Selenium project from sources, or are using the .NET bindings and have set a specific option in the `InternetExplorerOptions` class, you shouldn't be seeing this message. The current source code is volatile in this particular area, as the project is currently implementing the usage of a standalone executable server for the IE driver, similar to what happens currently for the Chrome driver. If you are building from source, or are interested in using this new functionality, you should download the standalone IE driver server executable from the URL specified in the exception's message.
Problem
I get an error: The file Capabilities [BrowserName=, IsJavaScriptEnabled=False, Platform=Any, Version=]\IEDriverServer.exe does not exist. The driver can be downloaded at http://code.google.com/p/selenium/downloads/list` What must I do to solve this error because really I can't find information ....