我在使用 selenium webdriver 时遇到了 IE9 中的证书错误问题。我使用这样的代码:
driver.get(url);
driver.navigate().to("javascript:document.getElementById('overridelink').click()");
但得到例外:
org.openqa.selenium.NoSuchWindowException: Unable to get browser (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 14 milliseconds
我怎样才能解决这个问题?