Selenium Testing HTTPs Trust All certificates working for FF but not IE

前端 未结 6 1344
悲&欢浪女
悲&欢浪女 2021-01-06 05:32

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

6条回答
  •  不思量自难忘°
    2021-01-06 06:00

    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);

提交回复
热议问题