Running htmlunit for .net selenium-webdriver?
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 not interested in porting HtmlUnit, and I'm perfectly happy to run a jar file, I just don't know how to!
Thanks Matt
Assuming you have Java installed, it should be as simple as downloading the standalone server jar from here, then running:
java -jar selenium-standalone-server.jar
精彩评论