I write in C # using visual studio to create Selenium WebDriver code, and then pass it through NUnit to run my tests.
When I first built and debugged my code, it would switch to NUnit and I could work from there successfully (loading the right browser loading the correct web pages)
Until recently, when I try to run it in NUnit, a runtime error occurs:
FirstSeleniumTest.SeleniumTest.TestGoogle: SetUp : OpenQA.Selenium.WebDriverException : You will need to use add InternetExplorerDriver.UseLegacyInternalServer to the desired capabilities to use the internal native code server library. This functionality will be deprecated in favor of the standalone IEDriverServer.exe server.
I downloaded the driver that told me, but I'm not sure what next or where to put it in my code.
lbrown
source share