如何让Selenium服务器与htmlunit一起使用?

时间:2011-09-28 01:42:12

标签: unit-testing testing selenium automated-tests selenium-webdriver

我下载了selenium-server-standalone-2.7.0.jar并像这样运行以获取支持的浏览器列表:

java -jar selenium-server-standalone-2.7.0.jar -interactive
cmd=getNewBrowserSession

不幸的是,htmlunit不在该列表中,但当我查看documentation时,它表示它非常清楚地支持它,但到目前为止我没有取得什么成功。

有谁知道如何让htmlunit与Selenium Server一起使用?

1 个答案:

答案 0 :(得分:2)

您需要使用htmlunit webdriver或webdriver支持的selenium。您也可以使用QAF (formerly ISFW)