How can we get Watir-Webdriver to work with the IE invalid cert screen?
问题 We've probably all seen this screen when testing, all you need is a HTTPS site with a self signed cert and you get the "There is a problem with this website's security certificate" screen, which requires you to click a link to continue. With Watir this is no problem, I automate the screen as I would any other webpage, clicking the link according to its text or ID value. With Watir-Webdriver it's as if nothing inside the HTML can be recognized. and I'm not alone in this See this question It's