是否可以使用Selenium 2(WebDriver)的Ruby(不是jRuby)前端和HtmlUnit后端?

时间:2011-04-03 11:09:03

标签: ruby selenium htmlunit webdriver

我想在服务器端使用WebDriver,没有任何浏览器或gui。可以在WebDriver的Java绑定中使用HtmlUnitDriver。但我比java更喜欢ruby。我可以用ruby绑定解决我的问题,还是必须使用java绑定?

1 个答案:

答案 0 :(得分:2)

由于HtmlUnit是一个Java库,因此您需要在堆栈中的某个位置使用Java。如果您希望测试在MRI上运行,可以使用the Selenium Remote server(以及selenium-webdriver gem)来完成。

Selenium wiki上的说明是here