Hi All..
I am trying to run selenium tests in java in a linux box against firefox.
I copied the jar selenium-server.jar and the selenium-driver/client .jar to the linux box and had set to the path variables. Started off the selenium server separetly, and ran the tests.
I have used /usr./local/bin/firefox instead of *firefox.
The firefox broswer opens up :
(i) In Linux box on opening firefox brings up the arrow mark icon which required to be positioned in some place in the screen and then only it opens up the firefox browser : This is a problem in automated runs,bcos it requires intervention - What is that needs to be set up to say when invoked friefox directly open up in the screen .
(ii) The firefox broswer opens up throwing up 404 error sayin:
Resource /selenium-server/SeleneseRunner.html not found on this server
This is because there is no proxy setting which is set in the broswer from the selenium side and the local proxy settings too dont work.
Log :
queryString = cmd=getNewBrowserSession&1=%2Fusr%2Flocal%2Fbin%2Ffirefox&2=http%3A%2F%
2Fbali.us.oracle.com%3A8888
Got result: OK,1148892362617
queryString = cmd=getNewBrowserSession&1=%2Fusr%2Flocal%2Fbin%2Ffirefox&2=http%3A%2F%
2Fbali.us.oracle.com%3A8888
What is to be done to solve both the issues ??