开发者

Running htmlunit for .net selenium-webdriver?

开发者 https://www.devze.com 2023-03-17 12:40 出处:网络
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 Remot

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
0

精彩评论

暂无评论...
验证码 换一张
取 消