We have Xserver-less CentOS system for continuous integration. So no UI.
I want to run selenium test cases on it. I am using new Alpha version of Selenium2 which has WebDriver integration. It starts and ends browser by its own. Now, How do i start that in background ? Something similar is possible with Internet Explorer ?
I am able to run correctly on local machine. But it opens Firefox UI.