I\'ve been playing arround with functional testing using Selenium RC.
I keep running into problems when the test goes to the login page of our site and switches to
I have not seen this error with latest version of Selenium RC i.e. 2.31.0. And if you are using:
2.31.0
RemoteControlConfiguration rc= new RemoteControlConfiguration(); rc.trustAllSSLCertificates(); SeleniumServer server; server=new SeleniumServer(rc);