It is about WebDriver, particularly HtmlUnitDriver and FirefoxWebDriver
I used the same proxy settings for both HtmlUnitDriver and FirefoxWebDriver, but only FirefoxWebDriver works.
What I got with HtmlUnitDriver was "Access denied" from the ...
Does anyone have any instructions for a .net dev to run HtmlUnit and HtmlUnitDriver as a standalone server so that I can connect to it from .net tests, using selenium-webdriver's RemoteWebDriver?
I'm ...