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

前端 未结 6 1370
悲&欢浪女
悲&欢浪女 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条回答
  •  旧时难觅i
    2021-01-06 06:11

    I have managed to get this to work by setting the -trustAllSSLCertificates and creating a default profile in FireFox.

    So far I can happily use either browser w/o fear of the untrusted certificate errors showing up.

    its worth noting that the browsers I tell selenium to use are simply *chrome and *iehta.

提交回复
热议问题