Is it possible to run the hub in the VM machine which doesnt have broweser?. I have my RC machines with browsers.
Asked
Active
Viewed 56 times
2 Answers
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
-
did u had browser installed in that linux machine? – sasikumar Feb 09 '12 at 11:47
-
"For example we run our hub on linux, without any browsers" – Jochen Feb 09 '12 at 13:21