Quantcast
Channel: [Q&A - FAQ Neotys] Last questions
Viewing all articles
Browse latest Browse all 2283

Why NLWebDriverFactory.AddProxyCapabilitiesIfNecessary not working?

$
0
0

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.


Viewing all articles
Browse latest Browse all 2283

Trending Articles