I am trying to integrate Selenium with Neoload in C#. But in C# I am not able to set the NeoLoad proxy using the code snippet below, because now InternetExplorerDriver constructor doesn't accept DesiredCapabilities , instead it accepts "InternetExplorerOptions".
InternetExplorerDriver webDriver = new InternetExplorerDriver(NLWebDriverFactory.AddProxyCapabilitiesIfNecessary(new DesiredCapabilities()));
Please look at the attached source code for your reference.