Webdriver - IE security certificate when access https
作者: Max.Bai
时间: 2014/08
How to handle the security certificate when IE access https page?
1. use js to click
IWebDriver driver = new InternetExploreDriver();
driver.Url("Site");
driver.Navigate().GoToUrl("javascript:document.getElementById('overridelink').click()");
2. Update reg make the certificate not popup
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_ERROR_PAGE_BYPASS_ZONE_CHECK_FOR_HTTPS_KB954312