Hi all
I am new to selenium.I am under a proxy.I am trying to run a simple test that I recorded with selenium-IDE, and I am trying to run it with selenium-RC.
I typed the command
java -Dhttp.proxyHost=proxy.name.com -Dhttp.proxyPort=portno -Dhttp.proxyUsername=username -Dhttp.proxyPassword=password -jar selenium-server.jar -htmlsuite *firefoxproxy
http://www.theautomatedtester.co.uk /home/Rahul/selenium/tests/test1.html /home/Rahul/selenium/tests/results.html
The only thing after that I get is that the two firefox windows get open and it asks me for my user-name and password and does nothing.
Is there anything I am missing?Please suggest something on how to run.
Thank you in advance.