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
IE displays the cert error as a normal html page. Since it does that, you can find the element and do a .click() on it as a temporary workaround. :) You can just create a cert helper class to do it and just execute cert.acceptCert(driver);