-1

Is it possible to run the hub in the VM machine which doesnt have broweser?. I have my RC machines with browsers.

sasikumar
  • 567
  • 2
  • 8
  • 28

2 Answers2

0

You can try the WebDriver approach - there is HTMLUnitDriver which should do the job. See javadoc: http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/htmlunit/HtmlUnitDriver.html

Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77
0

The hub does not need a browser. You can even run the hub on a different OS than your RC machines.

For example we run our hub on linux, without any browsers, and our RC machines on Windows with browsers.

Jochen
  • 1,853
  • 3
  • 20
  • 28