Selenium: Unable to connect to the remote server -
I am trying to run a simple test with Selenium that someone in QA setup for me has gone this test first Is, and passed, but now I'm getting an error message. I do not know what this means, but I do not think this is a problem with my code, I think there is a problem with Selenium. This error is:
failed: System.Net.WebException: unable to connect to remote server ---- & gt; System.Net.Sockets.SocketException: No connection can be made because the target machine has actively denied it [IP ADDRESS]
What does this mean? "Remote server" is actually my god-box, so I do not think why it can not connect. I have disabled my firewall and there is still nothing.
Am I missing something? Is there a config file that I need to setup?
Ensure that you have running Selenium RC I am using a simple batch file Sillium.bat is what is called:
java -jar c: \ selenium \ selenium-server.jar -multiwindow
(- Multipindo prevents code from breaking your test)
Comments
Post a Comment