I am new to selenium, as given in selenium site I started selenium hub by using:
ant launch-hub
I launched remote control by using:
ant launch-remote-control
and then started running testcase from eclipse. The server launched a browser then it did not perform anything.
It gave an error like (garbage unavailable rc's and slate)and some forums says that I have to create xml files..
So, I want to know what is the process to run in a different browser. I am using junit I this might change the process.